Base Scripting Language GuidePascal-Library Custom Scripting FunctionsDecodeTimeOn this pageDecodeTimeBreaks a TDateTime value into hours, minutes, seconds, and milliseconds. Structure DecodeTime(Time: TDateTime; var Hour, Min, Sec, Msec: Word); Parameters Description DecodeTime breaks the object specified as the Time parameter into hours, minutes, seconds, and milliseconds.