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) |
FromJavaTime | Convert from long with Java time (milliseconds since 1-Jan-1970) to Date object. |
FromUnixTime | Convert from int with Unix time (seconds since 1-Jan-1970) to Date object. |
FromUnixTime64 | Convert from int with Unix time (seconds since 1-Jan-1970) to Date object. |
FromVMSTime | Convert from long with VMS time (100 nanoseconds since 17-Nov-1858) to Date 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) |
ToJavaTime | Convert from DateTime object to long with Java time (milliseconds since 1-Jan-1970). |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ToUnixTime | Convert from Date object to int with Unix time (seconds since 1-Jan-1970). |
ToUnixTime64 | Convert from Date object to int with Unix time (seconds since 1-Jan-1970). |
ToVMSTime | Convert from Date object to long with VMS time (100 nanoseconds since 17-Nov-1858). |