Main Index : Reference :

SysTime


Description

A time and date class.

Definition

struct SysTime
{
  var year;
  var month;
  var day;
  var hour;
  var minute;
  var second;
}

Explanation

This is the class used to represent time and date. All the member variables are integers.

See Also

GeGetSysTime()