TimeUtil Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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).
ToStringReturns 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).

See Also