DurationTicks Per Year Property
This returns the number of timer ticks in one year based on the current setting of
DaysInOneYear.
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 static long TicksPerYear { get; }VB
Public Shared ReadOnly Property TicksPerYear As Long
GetC++
public:
static property long long TicksPerYear {
long long get ();
}F#
static member TicksPerYear : int64 with get