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

xsdTryParseTime

Declaration

Source position: xmlxsdparser.pas line 85

function xsdTryParseTime(

  Chars: PChar;

  Len: Integer;

  out Hour: LongWord;

  out Minute: LongWord;

  out Second: LongWord;

  out Milliseconds: LongWord;

  Timezone: PXsdTimezone = Nil

):Boolean;

function xsdTryParseTime(

  Chars: PChar;

  Len: Integer;

  out Value: TDateTime;

  Timezone: PXsdTimezone = Nil

):Boolean;


Documentation generated on: 2023-03-18