Lines Matching refs:s32
53 s32 year; ///< 年
92 … DateTime(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond=0);
101 s32 GetYear() const;
110 s32 GetMonth() const;
119 s32 GetDay() const;
137 s32 GetHour() const;
146 s32 GetMinute() const;
155 s32 GetSecond() const;
164 s32 GetMilliSecond() const;
177 DateTime ReplaceYear(s32 year) const;
183 DateTime ReplaceMonth(s32 month) const;
189 DateTime ReplaceDay(s32 day) const;
195 DateTime ReplaceHour(s32 hour) const;
201 DateTime ReplaceMinute(s32 minute) const;
207 DateTime ReplaceSecond(s32 second) const;
213 DateTime ReplaceMilliSecond(s32 millisecond) const;
294 …static DateTime FromParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=…
322 static bool IsValidDate(s32 year, s32 month, s32 day);
339 …static bool IsValidParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0…
359 static s32 IsLeapYear(s32 year);
374 static s32 DateToDays(s32 year, s32 month, s32 day);
384 static void DaysToDate(s32 *pYear, s32 *pMonth, s32 *pDay, s32 days);
393 static Week DaysToWeekday(s32 days);