class procedure DecodeDate( const ADateTime: TDateTime; var Year: Word; var Month: Word; var Day: Word );
Parameters |
Description |
ADateTime |
Scope is const. Type is TDateTime. |
Year |
Scope is var. Type is Word. |
Month |
Scope is var. Type is Word. |
Day |
Scope is var. Type is Word. |
DecodeDate is a class method.
Topic generated.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |