[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Try to encode a time, and indicate success.
Source position: datih.inc line 102
function TryEncodeTime( |
Hour: Word; |
Min: Word; |
Sec: Word; |
MSec: Word; |
out Time: TDateTime |
):Boolean; |
TryEncodeTime will check the validity of the Hour, Min, Sec and MSec arguments, and will encode them in a TDateTime value which is returned in T. If the arguments are valid, then True is returned, otherwise False is returned.
None. If an error occurs during the encoding, False is returned.
|
Encode a Hour,Min,Sec,millisec to a TDateTime value. |
|
|
Decode a TDateTime to a hour,minute,second,millisec quartet |
|
|
Try to encode a date, and indicate success. |
No notes exist for this page yet.