Lines Matching refs:WORD
68 standardDate.wMonth = static_cast<WORD>(std->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation()
69 standardDate.wDay = static_cast<WORD>(std->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation()
73 standardDate.wDayOfWeek = static_cast<WORD>(std->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation()
83 standardDate.wHour = static_cast<WORD>(hour); in getSystemTimeInformation()
84 standardDate.wMinute = static_cast<WORD>(min); in getSystemTimeInformation()
85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation()
86 standardDate.wMilliseconds = static_cast<WORD>(mil); in getSystemTimeInformation()
89 daylightDate.wMonth = static_cast<WORD>(dst->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation()
90 daylightDate.wDay = static_cast<WORD>(dst->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation()
94 daylightDate.wDayOfWeek = static_cast<WORD>(dst->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation()
104 daylightDate.wHour = static_cast<WORD>(hour); in getSystemTimeInformation()
105 daylightDate.wMinute = static_cast<WORD>(min); in getSystemTimeInformation()
106 daylightDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation()
107 daylightDate.wMilliseconds = static_cast<WORD>(mil); in getSystemTimeInformation()