// Copyright (c) 1997-2003 Microsoft Corporation, All Rights Reserved #pragma autorecover #pragma namespace("\\\\.\\root\\cimv2") instance of __namespace{ name="ms_804";}; #pragma namespace("\\\\.\\root\\cimv2\\ms_804") [AMENDMENT, LOCALE(0x0804)] class Win32_CurrentTime { [Description("当前匹配的年(4 位)") : Amended ToSubclass] uint32 Year; [Description("当前匹配的月(1-12)") : Amended ToSubclass] uint32 Month; [Description("当前匹配的天(1-31)") : Amended ToSubclass] uint32 Day; [Description("当前周中当前匹配的星期几(0-6,星期天为 0)") : Amended ToSubclass] uint32 DayOfWeek; [Description("当前月中的当前周(1-6)") : Amended ToSubclass] uint32 WeekInMonth; [Description("当前年度的当前季度(1-4)") : Amended ToSubclass] uint32 Quarter; [Description("当天的当前小时(0-23)") : Amended ToSubclass] uint32 Hour; [Description("当前分钟(0-59)") : Amended ToSubclass] uint32 Minute; [Description("当前分钟的当前秒(0-59)") : Amended ToSubclass] uint32 Second; [Description("(当前未使用)") : Amended ToSubclass] uint32 Milliseconds; }; [Description("描述由 Win32ClockProvider 返回的时间中的实例。将查询提交给 Win32LocalClockProvider 后,结果将作为 Win32_LocalTime 对象返回,其中的时间与查询匹配。这些是作为 __InstanceModificationEvents 的一部分返回的") : Amended ToSubclass,AMENDMENT, LOCALE(0x0804)] class Win32_LocalTime : Win32_CurrentTime { }; [Description("描述由 Win32ClockProvider 返回的时间中的实例。将查询提交给 Win32UTCClockProvider 后,结果将作为 Win32_UTCTime 对象返回,其中的时间与查询匹配。这些是作为 __InstanceModificationEvents 的一部分返回的") : Amended ToSubclass,AMENDMENT, LOCALE(0x0804)] class Win32_UTCTime : Win32_CurrentTime { };