DurationDays Property

Gets the number of whole days represented by this instance

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public int Days { get; }

Property Value

Int32

Remarks

Note that this returns the number of whole days in the duration rather than the number of whole days in the underlying time span.

See Also