Searched refs:WEEKOFMONTH (Results 1 – 3 of 3) sorted by relevance
30 #define WEEKOFMONTH 4 macro
263 const uint32_t month = dayCount / ( DAYOFWEEK * WEEKOFMONTH ); in GetActualDescription()264 const uint32_t week = ( dayCount - month * ( DAYOFWEEK * WEEKOFMONTH ) ) / DAYOFWEEK; in GetActualDescription()
580 return LastWeek() ? WEEKOFMONTH : week % WEEKOFMONTH; in GetWeek()605 return 1 == ( week % WEEKOFMONTH ) && BeginWeek(); in BeginMonth()615 return ( 0 == ( week % WEEKOFMONTH ) ); in LastWeek()