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

xsdNewChildDateTime

Declaration

Source position: xmlxsd.pas line 44

function xsdNewChildDateTime(

  parent: xmlNodePtr;

  ns: xmlNsPtr;

  name: xmlCharPtr;

  Year: LongWord;

  Month: LongWord;

  Day: LongWord;

  Hour: LongWord;

  Minute: LongWord;

  Second: LongWord;

  Milliseconds: LongWord;

  BC: Boolean = False;

  Timezone: PXsdTimezone = Nil

):xmlNodePtr;

function xsdNewChildDateTime(

  parent: xmlNodePtr;

  ns: xmlNsPtr;

  name: xmlCharPtr;

  DateTime: TDateTime;

  Timezone: PXsdTimezone = Nil

):xmlNodePtr;


Documentation generated on: 2023-03-18