No description available.
The MSFC_TM structure is used by WMI providers to timestamp events.
tm_secIndicates the number of seconds past the minute. This member must have a value between 0 and 59.
tm_minIndicates the number of minutes after the hour. This member must have a value between 0 and 59.
tm_hourIndicates the number of hours since midnight. This member must have a value between 0 and 23.
tm_mdayIndicates the day of the month. This member must have a value between 1 and 31.
tm_monIndicates the number of months since January. This member must have a value between 0 and 11.
tm_yearIndicates the number of years since 1900.
tm_wdayIndicates the number of days since Sunday. This member must have a value between 0 and 6.
tm_ydayIndicates the number of days since January 1. This member must have a value between 0 and 365.
tm_isdstIndicates when TRUE that the time stamp complies with daylight savings time. When FALSE, indicates that the timestamp does not comply with daylight savings time.