DateTimeInstance Methods

Methods

Equals This is overridden to allow proper comparison of DateTimeInstance objects
(Overrides Object.Equals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Get a hash code for the DateTimeInstance object
(Overrides Object.GetHashCode())
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToLocalTime This converts the date/time info to local time
ToString This converts the date/time info to string form
(Overrides Object.ToString())
ToTimeZone This converts the date/time info to the specified time zone

See Also