DurationMaxUnit Enumeration
This enumerated type defines the maximum unit of time allowed when converting a duration to its ISO
8601 string format.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum MaxUnit
<SerializableAttribute>
Public Enumeration MaxUnit
[SerializableAttribute]
public enum class MaxUnit
[<SerializableAttribute>]
type MaxUnit
Years | 0 | Full syntax, all parts represented |
Months | 1 | Time expressed in units up to months |
Weeks | 2 | Time expressed in units up to weeks |
Days | 3 | Time expressed in units up to days |
Hours | 4 | Time expressed in units up to hours |
Minutes | 5 | Time expressed in units up to minutes |
Seconds | 6 | Time expressed in units up to seconds |