![]() | TimeOfDay Class |
Namespace: Koopman.CheckPoint.Common
The TimeOfDay type exposes the following members.
Name | Description | |
---|---|---|
![]() | TimeOfDay(Int32) |
Initializes a new instance of the TimeOfDay class.
|
![]() | TimeOfDay(String) |
Initializes a new instance of the TimeOfDay class.
|
![]() | TimeOfDay(Int32, Int32) |
Initializes a new instance of the TimeOfDay class.
|
Name | Description | |
---|---|---|
![]() | Hour |
Gets the hour.
|
![]() | Minute |
Gets the minute.
|
![]() | Minutes |
Gets the number of minutes past midnight.
|
Name | Description | |
---|---|---|
![]() | CompareTo |
Compares to another TimeOfDay.
|
![]() | Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Equals(TimeOfDay) |
Indicates whether the current object is equal to another object of the same type.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance in format HH:mm.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition(TimeOfDay, TimeOfDay) |
Implements the operator +.
|
![]() ![]() | Addition(TimeOfDay, Int16) |
Implements the operator +.
|
![]() ![]() | Addition(TimeOfDay, Int32) |
Implements the operator +.
|
![]() ![]() | Decrement |
Implements the operator --.
|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | GreaterThan |
Implements the operator >.
|
![]() ![]() | GreaterThanOrEqual |
Implements the operator >=.
|
![]() ![]() | (Int32 to TimeOfDay) |
Performs an implicit conversion from Int32 to TimeOfDay.
|
![]() ![]() | (TimeOfDay to Int16) |
Performs an implicit conversion from TimeOfDay to Int16.
|
![]() ![]() | Increment |
Implements the operator ++.
|
![]() ![]() | Inequality |
Implements the operator !=.
|
![]() ![]() | LessThan |
Implements the operator <.
|
![]() ![]() | LessThanOrEqual |
Implements the operator <=.
|
![]() ![]() | Subtraction(TimeOfDay, TimeOfDay) |
Implements the operator -.
|
![]() ![]() | Subtraction(TimeOfDay, Int16) |
Implements the operator -.
|
![]() ![]() | Subtraction(TimeOfDay, Int32) |
Implements the operator -.
|