Searched refs:kSecondsPerHour (Results 1 – 3 of 3) sorted by relevance
14 static const int64 kSecondsPerHour = 3600; variable15 static const int64 kSecondsPerDay = kSecondsPerHour * 24;125 result += kSecondsPerHour * time.hour + in SecondsSinceCommonEra()243 int hour = seconds / kSecondsPerHour; in SecondsToDateTime()244 seconds %= kSecondsPerHour; in SecondsToDateTime()
58 static const int kSecondsPerHour = 3600; variable267 return CreateNormalized<Duration>(hours * kSecondsPerHour, 0); in HoursToDuration()293 return RoundTowardZero(duration.seconds(), kSecondsPerHour); in DurationToHours()
1155 #define kSecondsPerHour ( 60 * 60 ) // 3600 macro