[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Decode a duration.
Source position: line 0
procedure DecodeDuration( |
Duration: TDuration; |
out Day: LongWord; |
out Hour: LongWord; |
out Minute: LongWord; |
out Second: LongWord; |
out MilliSecond: LongWord |
); |
Duration: TDuration; |
out Hour: LongWord; |
out Minute: LongWord; |
out Second: LongWord; |
out MilliSecond: LongWord |
); |
Decode a duration in hours, minutes, seconds and milliseconds or in days, hours, minutes, seconds and milliseconds.