MI_Timestamp struttura (mi.h)
MI_Timestamp specifica un timestamp o un punto specifico in tempo.
Sintassi
typedef struct _MI_Timestamp {
MI_Uint32 year;
MI_Uint32 month;
MI_Uint32 day;
MI_Uint32 hour;
MI_Uint32 minute;
MI_Uint32 second;
MI_Uint32 microseconds;
MI_Sint32 utc;
} MI_Timestamp;
Members
year
Numero a quattro cifre che rappresenta l'anno nel formato yyyy.
month
Numero a due cifre che rappresenta il mese nel formato mm. (01-12)
day
Numero a due cifre che rappresenta il giorno del mese nel formato dd. (01-31)
hour
Numero a due cifre che rappresenta l'ora in un orologio di 24 ore nel formato hh. (00-23)
minute
Numero a due cifre che rappresenta i minuti nel formato mm. (00-59)
second
Numero a due cifre che rappresenta secondi nel modulo ss. (00-59)
microseconds
Numero di sei cifre nel formato mmmmmm che rappresenta i microsecondi. (000000-999999)
utc
Offset da Coordinated Universal Time in minuti. I fuso orario a ovest di Greenwich usano numeri negativi mentre i fuso orario a est di Greenwich usano numeri positivi.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 |
Server minimo supportato | Windows Server 2012 |
Intestazione | mi.h |
Componente ridistribuibile | Windows Management Framework 3.0 in Windows Server 2008 R2 con SP1, Windows 7 con SP1 e Windows Server 2008 con SP2 |