MSFC_TM WMI Class

A WMI provider uses the MSFC_TM WMI class to time stamp events.

The MSFC_TM class is defined as follows in Hbaapi.mof:

class MSFC_TM {
  [WmiDataId(1)] uint32  tm_sec;
  [WmiDataId(2)] uint32  tm_min;
  [WmiDataId(3)] uint32  tm_hour;
  [WmiDataId(4)] uint32  tm_mday;
  [WmiDataId(5)] uint32  tm_mon;
  [WmiDataId(6)] uint32  tm_year;
  [WmiDataId(7)] uint32  tm_wday;
  [WmiDataId(8)] uint32  tm_yday;
  [WmiDataId(9)] uint32  tm_isdst;
};

When compiled by the WMI tool suite this class definition produces the following data structure:

MSFC_TM