Searched refs:InfPast (Results 1 – 2 of 2) sorted by relevance
107 public static Timespec InfPast property180 if (this.Equals(InfPast)) in ToDateTime()221 return Timespec.InfPast; in FromDateTime()243 return dateTime > UnixEpoch ? Timespec.InfFuture : Timespec.InfPast; in FromDateTime()
57 Assert.AreEqual(Timespec.NativeInfPast, Timespec.InfPast); in InfPastMatchesNativeValue()87 Assert.AreEqual(DateTime.MinValue, Timespec.InfPast.ToDateTime()); in ToDateTime()151 Assert.AreEqual(Timespec.InfPast, Timespec.FromDateTime(DateTime.MinValue)); in FromDateTime()