Main Index : Reference :
struct SysTime { var year; var month; var day; var hour; var minute; var second; }
This is the class used to represent time and date. All the member variables are integers.
GeGetSysTime()