Interface TimeDOS
access this type via: time.TimeDOS (provides, requires or uses)
Utility interface to convert between DateTime instances and MS-DOS date and time formats.
Functions
DateTime fromDOSTime(int2 date, int2 time)
Convert a DateTime instance to an MS-DOS-format time.
Convert a DateTime instance to an MS-DOS-format date.
DateTime fromDOSTime(int2 date, int2 time)
Convert from an MS-DOS-format date and/or time to a DateTime instance.