Searched defs:Timespec (Results 1 – 1 of 1) sorted by relevance
28 internal struct Timespec : IEquatable<Timespec> struct33 public override bool Equals(object obj) in Equals()41 public override int GetHashCode() in GetHashCode()56 public override string ToString() in ToString()64 public bool Equals(Timespec other) in Equals()71 const long NanosPerSecond = 1000 * 1000 * 1000;72 const long NanosPerTick = 100;73 const long TicksPerSecond = NanosPerSecond / NanosPerTick;75 static readonly NativeMethods Native = NativeMethods.Get();76 static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc);[all …]