Source position: xmlxsdparser.pas line 85
function xsdTryParseTime( |
Chars: PChar; |
Len: Integer; |
out Hour: LongWord; |
out Minute: LongWord; |
out Second: LongWord; |
out Milliseconds: LongWord; |
Timezone: PXsdTimezone = Nil |
):Boolean; |
Chars: PChar; |
Len: Integer; |
out Value: TDateTime; |
Timezone: PXsdTimezone = Nil |
):Boolean; |