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

xsdNewPropTime

Declaration

Source position: xmlxsd.pas line 64

function xsdNewPropTime(

  node: xmlNodePtr;

  ns: xmlNsPtr;

  name: xmlCharPtr;

  Hour: LongWord;

  Minute: LongWord;

  Second: LongWord;

  Milliseconds: LongWord;

  Timezone: PXsdTimezone = Nil

):xmlAttrPtr;

function xsdNewPropTime(

  node: xmlNodePtr;

  ns: xmlNsPtr;

  name: xmlCharPtr;

  Time: TDateTime;

  Timezone: PXsdTimezone = Nil

):xmlAttrPtr;


Documentation generated on: 2023-03-18