Time Members

The Time type exposes the following members.

Constructors


  Name Description
Public method Time
Initializes a new instance of the Time struct.

Methods


  Name Description
Public method CompareTo
Compares the current object with another object of the same type.
Public method Equals(System.Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Static member Parse
Parses the specified value string.
Public method ToString
Returns a String that represents this instance.

Properties


  Name Description
Public property FormatString
Gets the format string.
Public property Hour
Gets the hour.
Public property Minute
Gets the minute.
Public property Second
Gets the second.