|
_.Library.Integer | Compare (_, _.Library.TimeStamp t1, _, _.Library.TimeStamp t2) |
| Compare two timestamps, return 0 if equal, >0 if t1 is later, <0 if t2 is later.
|
|
_.Library.TimeStamp | ConvertHorologToTimeStamp (_, _.Library.String horolog) |
| Convert horolog to timstamp value.
|
|
_.Library.TimeStamp | ConvertLocaltoUTC (_, _.Library.TimeStamp timestamp) |
| Convert local timestamp to UTC timestamp.
|
|
_.Library.String | ConvertTimeStampToHorolog (_, _.Library.TimeStamp timestamp) |
| Convert timstamp to horolog value.
|
|
_.Library.TimeStamp | ConvertUTCtoLocal (_, _.Library.TimeStamp timestamp) |
| Convert UTC timestamp to local timestamp.
|
|
_.Library.Integer | Diff (_, _.Library.TimeStamp later, _, _.Library.TimeStamp earlier) |
| Return the number of seconds difference between two timestamps. More...
|
|
_.Library.TimeStamp | Normalize (_, _.Library.RawString val) |
| Strip off trailing zeros and trailing dot for normalized form.
|
|
_.Library.TimeStamp | NowLocal () |
| Return the current local timestamp.
|
|
_.Library.TimeStamp | NowUTC () |
| Return the current UTC timestamp.
|
|
_.Library.Integer | SecondsSinceCOSEpoch (_.Library.String TimeStamp) |
| Seconds since Dec 31, 1840. More...
|
|
_.Library.Integer | SecondsSinceUnixEpoch (_.Library.String TimeStamp) |
| Seconds since Jan 1 1970. More...
|
|
_.Library.Integer | SecondsSinceWin32Epoch (_.Library.String TimeStamp) |
| Seconds since Jan 1 1601. More...
|
|
_.Library.Integer | Win32EpochFILETIME (_.Library.String TimeStamp) |
| 100-nanoseconds since Jan 1 1601. More...
|
|
_.Library.TimeStamp | Win32EpochFILETIMEtoLocalH (_.Library.String Win32EpochFILETIME) |
| Converts a Windows FILETIME value to a $H value. More...
|
|
_.Library.Status | IsValid (_, _.Library.RawString val) |
| Return $$$OK if the value is valid for the datatype, or an error code otherwise.
|
|