(mi.h) MI_Timestamp 结构

MI_Timestamp 指定时间戳或特定时间点。

语法

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;

成员

year

yy 格式表示年份的四位数字。

month

表示月份的两位数,格式为 mm。 (01-12)

day

一个两位数,表示月份中的某一天,格式为 dd。 (01-31)

hour

一个两位数,表示 24 小时制上的小时,格式为 hh。 (00-23)

minute

表示分钟数的两位数,格式为 mm。 (00-59)

second

一个两位数,表示 ss 形式的秒数。 (00-59)

microseconds

一个六位数,形式为 mmmmmm,表示微秒。 (000000-999999)

utc

与协调世界时的偏移量(以分钟为单位)。 格林威治以西的时区使用负数,而格林威治以东的时区使用正数。

要求

要求
最低受支持的客户端 Windows 8
最低受支持的服务器 Windows Server 2012
标头 mi.h
可再发行组件 windows Server 2008 R2 SP1、Windows 7 SP1 和 Windows Server 2008 SP2 上的 Windows Management Framework 3.0