public class Timestamp
Timestamp | Initializes a new instance of the Timestamp class |
Nanos | Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. |
Seconds | Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
FromDateTime | Creates a new Timestamp object from a DateTime object. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToDateTime | Converts this Timestamp object to a DateTime object. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
(DateTime to Timestamp) | Implicitly converts a DateTime object to a Timestamp object. |
(Timestamp to DateTime) | Implicitly converts a Timestamp object to a DateTime object. |