Пример #1
0
 public static bool TryParse(long value, out Timestamp result)
 {
     return(TryParse(value, 0, out result));
 }
Пример #2
0
 public bool Equals(Timestamp other)
 {
     return(other.UtcTime == UtcTime);
 }