Unit 'xmlxsdparser' Package
[Overview][Resource strings][Constants][Types][Procedures and functions][Index] [#libxml2]

xsdTryParseDate

Declaration

Source position: xmlxsdparser.pas line 95

function xsdTryParseDate(

  Chars: PAnsiChar;

  Len: Integer;

  out Year: LongWord;

  out Month: LongWord;

  out Day: LongWord;

  Timezone: PXsdTimezone = Nil;

  BC: PBoolean = Nil

):Boolean;

function xsdTryParseDate(

  Chars: PAnsiChar;

  Len: Integer;

  out Value: TDateTime;

  Timezone: PXsdTimezone = Nil

):Boolean;


Documentation generated on: 2025-07-25