TimeUtil Methods
From Vajhoej Record
| A Sandcastle Documented Class Library |
| TimeUtil Methods |
The TimeUtil type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Equals(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(Int64) |
Convert from long with Java time (milliseconds since 1-Jan-1970) to Date object.
| |
| FromUnixTime(Int32) |
Convert from int with Unix time (seconds since 1-Jan-1970) to Date object.
| |
| FromVMSTime(Int64) |
Convert from long with VMS time (100 nanoseconds since 17-Nov-1858) to Date object.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (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(DateTime) |
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(DateTime) |
Convert from Date object to int with Unix time (seconds since 1-Jan-1970).
| |
| ToVMSTime(DateTime) |
Convert from Date object to long with VMS time (100 nanoseconds since 17-Nov-1858).
|