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