Struttura CALDATETIME
Deprecato. Rappresenta un istante nell'ora, in genere espresso come data e ora del giorno e un calendario corrispondente.
Sintassi
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
-
Identificatore del calendario per l'istante nel tempo.
-
Era
-
Informazioni sull'era per l'istante nel tempo.
-
Year
-
Anno per l'istante in tempo.
-
Month
-
Mese per l'istante in tempo.
-
Day
-
Giorno per l'istante in tempo.
-
DayOfWeek
-
Giorno della settimana per l'istante in tempo.
-
Ora
-
Ora per l'istante in tempo.
-
Minuto
-
Minuto per l'istante in tempo.
-
Secondo
-
Secondo per l'istante nel tempo.
-
Spuntare
-
Segno di spunta per l'istante nel tempo.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows Vista [solo app desktop] |
Server minimo supportato |
Windows Server 2008 [solo app desktop] |
Vedi anche