Source position: xmlxsd.pas line 201
function xsdTryGetPropDateTime( |
node: xmlNodePtr; |
name: xmlCharPtr; |
nameSpace: xmlCharPtr; |
out Year: LongWord; |
out Month: LongWord; |
out Day: LongWord; |
out Hour: LongWord; |
out Minute: LongWord; |
out Second: LongWord; |
out Milliseconds: LongWord; |
Timezone: PXsdTimezone = Nil; |
BC: PBoolean = Nil |
):Boolean; |
node: xmlNodePtr; |
name: xmlCharPtr; |
nameSpace: xmlCharPtr; |
out Value: TDateTime; |
Timezone: PXsdTimezone = Nil |
):Boolean; |