DurationMaxUnit Enumeration

This enumerated type defines the maximum unit of time allowed when converting a duration to its ISO 8601 string format.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum MaxUnit

Members

Years0Full syntax, all parts represented
Months1Time expressed in units up to months
Weeks2Time expressed in units up to weeks
Days3Time expressed in units up to days
Hours4Time expressed in units up to hours
Minutes5Time expressed in units up to minutes
Seconds6Time expressed in units up to seconds

See Also