UsTimeSpan Operators and Type Conversions

CVB.Net Documentation

The UsTimeSpan type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Adds lhs to rhs.
Public operatorStatic memberEquality
Equality operator.
Public operatorStatic member(UsTimeSpan to TimeSpan)
Explicitly converts the timeSpan into a TimeSpan object.
Public operatorStatic memberGreaterThan
Greater operator.
Public operatorStatic memberGreaterThanOrEqual
Greater or equal operator.
Public operatorStatic member(TimeSpan to UsTimeSpan)
Implicitly converts the given timeSpan into a UsTimeSpan object.
Public operatorStatic memberInequality
Inequality operator.
Public operatorStatic memberLessThan
Less operator.
Public operatorStatic memberLessThanOrEqual
Less or equal to operator.
Public operatorStatic memberSubtraction
Subtracts rhs from lhs.
Public operatorStatic memberUnaryNegation
Gets the same value of other object with a changed sign.
Public operatorStatic memberUnaryPlus
Gets the same value of other object.
Top
See Also

Reference