The Time type exposes the following members.

Methods

  Name Description
Public method AddDays
Returns a new DateTime that adds the specified number of days to the value of this instance.
Public method AddHours
Returns a new DateTime that adds the specified number of hours to the value of this instance.
Public method AddMinutes
Returns a new DateTime that adds the specified number of minutes to the value of this instance.
Public method AddSeconds
Returns a new DateTime that adds the specified number of seconds to the value of this instance.
Public method Compare
Compares this Time object to another to determine their relative ordering.
Public method Equals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueType..::..Equals(Object).)
Public method Equals(Time)
Tests if this Time is considered equal to another.
Public method GetHashCode
Returns the hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().)
Public method ToString()()()()
Returns a String that represents this instance.
(Overrides ValueType..::..ToString()()()().)
Public method ToString(String)
Describes the instance as a string.

See Also