Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.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