Click or drag to resize
SbTime Operators and Type Conversions

The SbTime type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Additive (+) operator. Performs the addition between the times t1 and t2.
Public operatorStatic memberDivision(SbTime, SbTime)
The division operator (/). Division by another time.
Public operatorStatic memberDivision(SbTime, Double)
The division operator (/). Division by scalar.
Public operatorStatic memberEquality
The equality operator.
Public operatorStatic member(SbTime to DateTime)
Explicit cast operator to convert an SbTime to a System.DateTime
Public operatorStatic memberGreaterThan
Relational (greater than) operator.
Public operatorStatic memberGreaterThanOrEqual
Relational (greater than or equal to) operator.
Public operatorStatic memberInequality
The inequality operator.
Public operatorStatic memberLessThan
Relational (less than) operator.
Public operatorStatic memberLessThanOrEqual
Relational (less than or equal to) operator.
Public operatorStatic memberModulus
Modulus for two times (remainder when t1 is divided by t2).
Public operatorStatic memberMultiply(Double, SbTime)
The multiplication operator (*). Multiplication by scalar.
Public operatorStatic memberMultiply(SbTime, Double)
The multiplication operator (*). Multiplication by scalar.
Public operatorStatic memberSubtraction
Subtraction (–) operator. Performs the difference between the times t0 and t1.
Public operatorStatic memberUnaryNegation
The unary negation operator (-).
Top
See Also