BACK TO INDEX

Win32_CurrentTime
NA
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
DayUInt32The current matching day (1-31)
DayOfWeekUInt32The current matching day of the current week (0-6, Sunday being 0)
HourUInt32The current hour of the current day (0-23)
MillisecondsUInt32(currently not used)
MinuteUInt32The current minute (0-59)
MonthUInt32The current matching month (1-12)
QuarterUInt32The current quarter of the current year (1-4)
SecondUInt32The current second of the current minute (0-59)
WeekInMonthUInt32The current week in the current month (1-6)
YearUInt32The current matching year (4 digits)
SAMPLE DATA INSTANCE
   
   instance of Win32_LocalTime
   {
    Day = 30;
    DayOfWeek = 3;
    Hour = 14;
    Minute = 38;
    Month = 3;
    Quarter = 1;
    Second = 48;
    WeekInMonth = 5;
    Year = 2011;
   };