DurationTicks Property
This allows the underlying time span (and thus the duration) to be serialized and deserialized
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 long Ticks { get; set; }VB
Public Property Ticks As Long
Get
SetC++
public:
property long long Ticks {
long long get ();
void set (long long value);
}F#
member Ticks : int64 with get, set