// Copyright (c) 1997-2003 Microsoft Corporation, All Rights Reserved #pragma autorecover #pragma namespace("\\\\.\\root\\cimv2") instance of __namespace{ name="ms_409";}; #pragma namespace("\\\\.\\root\\cimv2\\ms_409") [AMENDMENT, LOCALE(0x0409)] class Win32_CurrentTime { [Description("The current matching year (4 digits)") : Amended ToSubclass] uint32 Year; [Description("The current matching month (1-12)") : Amended ToSubclass] uint32 Month; [Description("The current matching day (1-31)") : Amended ToSubclass] uint32 Day; [Description("The current matching day of the current week (0-6, Sunday being 0)") : Amended ToSubclass] uint32 DayOfWeek; [Description("The current week in the current month (1-6)") : Amended ToSubclass] uint32 WeekInMonth; [Description("The current quarter of the current year (1-4)") : Amended ToSubclass] uint32 Quarter; [Description("The current hour of the current day (0-23)") : Amended ToSubclass] uint32 Hour; [Description("The current minute (0-59)") : Amended ToSubclass] uint32 Minute; [Description("The current second of the current minute (0-59)") : Amended ToSubclass] uint32 Second; [Description("(currently not used)") : Amended ToSubclass] uint32 Milliseconds; }; [Description("Describes an instance in time as returned by Win32ClockProvider. When a query is submitted to the Win32LocalClockProvider, the results are returned as Win32_LocalTime objects with times matching the query. These are returned as part of __InstanceModificationEvents") : Amended ToSubclass,AMENDMENT, LOCALE(0x0409)] class Win32_LocalTime : Win32_CurrentTime { }; [Description("Describes an instance in time as returned by Win32ClockProvider. When a query is submitted to the Win32UTCClockProvider, the results are returned as Win32_UTCTime objects with times matching the query. These are returned as part of __InstanceModificationEvents") : Amended ToSubclass,AMENDMENT, LOCALE(0x0409)] class Win32_UTCTime : Win32_CurrentTime { };