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; |
parent: xmlNodePtr; |
ns: xmlNsPtr; |
name: xmlCharPtr; |
DateTime: TDateTime; |
Timezone: PXsdTimezone = Nil |
):xmlNodePtr; |