Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public Duration(
int months,
int days,
long nanoseconds
)
Parameters
- months
- Type: SystemInt32
The number of months. - days
- Type: SystemInt32
The number of days. - nanoseconds
- Type: SystemInt64
The number of nanoseconds.
See Also