Searched refs:SecondsPerMonth (Results 1 – 1 of 1) sorted by relevance
62 int64 SecondsPerMonth(int month, bool leap) { in SecondsPerMonth() function237 while (seconds >= SecondsPerMonth(month, leap)) { in SecondsToDateTime()238 seconds -= SecondsPerMonth(month, leap); in SecondsToDateTime()