The RawTime type exposes the following members.

Methods

  NameDescription
Public methodEquals
Compare this object with another for equality.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Obtain the hashcode for this object.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDateTime
Converts this instance into a DateTime representation, ignoring any time zone information if present.
Public methodToLocalTime
Converts this instance into a local DateTime representation.
Public methodToString
Format this object's data as a human-readable string.
(Overrides Object..::..ToString()()()().)
Public methodToUniversalTime
Converts this instance into a Coordinated Universal Time (UTC) DateTime representation.

See Also