Searched refs:InfPast (Results 1 – 2 of 2) sorted by relevance
66 public static Timespec InfPast property139 if (this.Equals(InfPast)) in ToDateTime()180 return Timespec.InfPast; in FromDateTime()202 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()