CALDATETIME structure
Deprecated. Represents an instant in time, typically expressed as a date and time of day and a corresponding calendar.
Syntax
typedef struct _caldatetime {
CALID CalId;
UINT Era;
UINT Year;
UINT Month;
UINT Day;
UINT DayOfWeek;
UINT Hour;
UINT Minute;
UINT Second;
ULONG Tick;
} CALDATETIME, *LPCALDATETIME;
Members
-
CalId
-
The calendar identifier for the instant in time.
-
Era
-
The era information for the instant in time.
-
Year
-
The year for the instant in time.
-
Month
-
The month for the instant in time.
-
Day
-
The day for the instant in time.
-
DayOfWeek
-
The day of the week for the instant in time.
-
Hour
-
The hour for the instant in time.
-
Minute
-
The minute for the instant in time.
-
Second
-
The second for the instant in time.
-
Tick
-
The tick for the instant in time.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also