C4 Engine
C4 Engine API Documentation

struct DateTime

Defined in:  C4Time.h
The DateTime structure contains information about a date and time.
Definition

struct DateTime

Data Members
uint32      year; The year.
uint32      month; The month, in the range 1–12.
uint32      day; The day of the month, in the range 1–31.
uint32      hour; The hour of the day, in the range 0–23.
uint32      minute; The minute, in the range 0–59.
uint32      second; The second, in the range 0–59.