Lines Matching refs:s32
53 s32 year; //
94 … DateTime(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond=0);
103 s32 GetYear() const;
112 s32 GetMonth() const;
121 s32 GetDay() const;
139 s32 GetHour() const;
148 s32 GetMinute() const;
157 s32 GetSecond() const;
166 s32 GetMilliSecond() const;
179 DateTime ReplaceYear(s32 year) const;
185 DateTime ReplaceMonth(s32 month) const;
191 DateTime ReplaceDay(s32 day) const;
197 DateTime ReplaceHour(s32 hour) const;
203 DateTime ReplaceMinute(s32 minute) const;
209 DateTime ReplaceSecond(s32 second) const;
215 DateTime ReplaceMilliSecond(s32 millisecond) const;
296 …static DateTime FromParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=…
324 static bool IsValidDate(s32 year, s32 month, s32 day);
341 …static bool IsValidParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0…
361 static s32 IsLeapYear(s32 year);
376 static s32 DateToDays(s32 year, s32 month, s32 day);
386 static void DaysToDate(s32 *pYear, s32 *pMonth, s32 *pDay, s32 days);
395 static Week DaysToWeekday(s32 days);