Unit 'xmlxsd' Package
[Overview][Resource strings][Constants][Classes][Procedures and functions][Index] [#libxml2]

xsdTryGetChildTime

Declaration

Source position: xmlxsd.pas line 98

function xsdTryGetChildTime(

  node: xmlNodePtr;

  name: xmlCharPtr;

  nameSpace: xmlCharPtr;

  out Hour: LongWord;

  out Minute: LongWord;

  out Second: LongWord;

  out Milliseconds: LongWord;

  Timezone: PXsdTimezone = Nil;

  Index: Integer = 0

):Boolean;

function xsdTryGetChildTime(

  node: xmlNodePtr;

  name: xmlCharPtr;

  nameSpace: xmlCharPtr;

  out Value: TDateTime;

  Timezone: PXsdTimezone = Nil;

  Index: Integer = 0

):Boolean;


Documentation generated on: 2023-03-18