Click or drag to resize
Duration Constructor
Creates a new instance of Duration.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
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