DurationFromMonths Method

Returns a Duration that represents a specified number of months, where the specification is accurate to the nearest millisecond.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static Duration FromMonths(
	double value
)

Parameters

value  Double
A number of months, accurate to the nearest millisecond

Return Value

Duration
A Duration that represents the value

See Also