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

xsdNewChildTime

Declaration

Source position: xmlxsd.pas line 42

function xsdNewChildTime(

  parent: xmlNodePtr;

  ns: xmlNsPtr;

  name: xmlCharPtr;

  Hour: LongWord;

  Minute: LongWord;

  Second: LongWord;

  Milliseconds: LongWord;

  Timezone: PXsdTimezone = Nil

):xmlNodePtr;

function xsdNewChildTime(

  parent: xmlNodePtr;

  ns: xmlNsPtr;

  name: xmlCharPtr;

  Time: TDateTime;

  Timezone: PXsdTimezone = Nil

):xmlNodePtr;


Documentation generated on: 2023-03-18