SimpleTime Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The SimpleTime type exposes the following members.

Methods

  Name Description
Public method AddHours
Adds a specific number of hours to this instance. This operation must not result in a value that exceeds MaxValue (23:59) or is less than MinValue (00:00)
Public method AddMinutes
Adds a specific number of minutes to this instance. This operation must not result in a value that exceeds MaxValue (23:59) or is less than MinValue (00:00)
Public method CompareTo(Object)
Compares the current SimpleTime with another SimpleTime.
Public method CompareTo(SimpleTime)
Compares the current SimpleTime with another SimpleTime.
Public method Equals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public method Equals(SimpleTime)
Indicates whether this instance and another SimpleTime are equal.
Public method GetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public method GetType (Inherited from Object.)
Public method ToString
Returns the string representation (in the 24 hour format) of this instance using the current culture info.
(Overrides ValueTypeToString.)
Public method ToString(CultureInfo)
Returns the string representation (in the 24 hour format) of this instance using the specified culture info.
Top
See Also

Reference