Searched refs:MaxSeconds (Results 1 – 2 of 2) sorted by relevance
55 public const long MaxSeconds = 315576000000L; field in Google.Protobuf.WellKnownTypes.Duration68 if (seconds < MinSeconds || seconds > MaxSeconds || in IsNormalized()
103 [TestCase(Duration.MaxSeconds + 1, 0)]116 [TestCase(Duration.MaxSeconds, Duration.MaxNanoseconds)]