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