Lib Sub-System: Time |
01 | The Semys Library offers a way to determine the current system time (in UTC), expressed in 100 nanosecond intervals since a certain start date. |
02 | The start date for the Semys time sub-system is 1970-01-01 00:00:00. |
03 | The interval counter is stored in a 64bit unsigned integer value for simple comparisons, but can be extracted to a SemysDateTime structure. |
04 |
The typedef used for the SemysTimeTick type is:
typedef uint64 SemysTimeTick; |
05 | Functions: |
06 |
Reference: SemysTime.h Implementation: Semys Library |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |