Click or drag to resize

TimeOfDay Operators and Type Conversions

The TimeOfDay type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(TimeOfDay, TimeOfDay)
Implements the operator +.
Public operatorStatic memberAddition(TimeOfDay, Int16)
Implements the operator +.
Public operatorStatic memberAddition(TimeOfDay, Int32)
Implements the operator +.
Public operatorStatic memberDecrement
Implements the operator --.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic memberGreaterThanOrEqual
Implements the operator >=.
Public operatorStatic member(Int32 to TimeOfDay)
Performs an implicit conversion from Int32 to TimeOfDay.
Public operatorStatic member(TimeOfDay to Int16)
Performs an implicit conversion from TimeOfDay to Int16.
Public operatorStatic memberIncrement
Implements the operator ++.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Implements the operator <.
Public operatorStatic memberLessThanOrEqual
Implements the operator <=.
Public operatorStatic memberSubtraction(TimeOfDay, TimeOfDay)
Implements the operator -.
Public operatorStatic memberSubtraction(TimeOfDay, Int16)
Implements the operator -.
Public operatorStatic memberSubtraction(TimeOfDay, Int32)
Implements the operator -.
Top
See Also