Intrinsic-103 GetSysTime |
Top Previous Next |
103: GetSysTime(GMT, @Year, @Month, @Day, @WeekDay, @Hour, @Min, @Sec, @MS);
This intrinsic returns the current system date and time. If GMT is true, the time is Greenwich Mean Time. If it is false, it returns local time. |