| SbTime Constructor (Int64, Int64) |
Constructor taking seconds and microseconds.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2026.1.0.Release.0310c5a2706944284e5b97cec8929e1e2f70c73d
Syntaxpublic SbTime(
long sec,
long usec
)
Public Sub New (
sec As Long,
usec As Long
)
public:
SbTime(
long long sec,
long long usec
)
new :
sec : int64 *
usec : int64 -> SbTimeParameters
- sec
- Type: SystemInt64
Seconds since 00:00:00 on 1 Jan 1970 at Greenwich. - usec
- Type: SystemInt64
Microseconds value.
See Also