DurationFromYears Method

Returns a Duration that represents a specified number of years, 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 FromYears(
	double value
)

Parameters

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

Return Value

Duration
A Duration that represents the value

See Also