DurationTime Span Property
This allows access to the underlying TimeSpan object
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public TimeSpan TimeSpan { get; set; }VB
Public Property TimeSpan As TimeSpan
Get
SetC++
public:
property TimeSpan TimeSpan {
TimeSpan get ();
void set (TimeSpan value);
}F#
member TimeSpan : TimeSpan with get, set