SbTime Operators and Type Conversions |
The SbTime type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Additive (+) operator. Performs the addition between the times t1
and t2.
|
![]() ![]() | Division(SbTime, SbTime) |
The division operator (/). Division by another time.
|
![]() ![]() | Division(SbTime, Double) |
The division operator (/). Division by scalar.
|
![]() ![]() | Equality |
The equality operator.
|
![]() ![]() | (SbTime to DateTime) |
Explicit cast operator to convert an SbTime to a System.DateTime
|
![]() ![]() | GreaterThan |
Relational (greater than) operator.
|
![]() ![]() | GreaterThanOrEqual |
Relational (greater than or equal to) operator.
|
![]() ![]() | Inequality |
The inequality operator.
|
![]() ![]() | LessThan |
Relational (less than) operator.
|
![]() ![]() | LessThanOrEqual |
Relational (less than or equal to) operator.
|
![]() ![]() | Modulus |
Modulus for two times (remainder when t1 is divided by t2).
|
![]() ![]() | Multiply(Double, SbTime) |
The multiplication operator (*). Multiplication by scalar.
|
![]() ![]() | Multiply(SbTime, Double) |
The multiplication operator (*). Multiplication by scalar.
|
![]() ![]() | Subtraction |
Subtraction (–) operator. Performs the difference between the times t0
and t1.
|
![]() ![]() | UnaryNegation |
The unary negation operator (-).
|