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

xsdGetChildTime

Declaration

Source position: xmlxsd.pas line 122

procedure xsdGetChildTime(

  node: xmlNodePtr;

  name: xmlCharPtr;

  nameSpace: xmlCharPtr;

  out Hour: LongWord;

  out Minute: LongWord;

  out Second: LongWord;

  out Milliseconds: LongWord;

  Timezone: PXsdTimezone = Nil;

  Index: Integer = 0

);

procedure xsdGetChildTime(

  node: xmlNodePtr;

  name: xmlCharPtr;

  nameSpace: xmlCharPtr;

  out Value: TDateTime;

  Timezone: PXsdTimezone = Nil;

  Index: Integer = 0

);


Documentation generated on: 2023-03-18