Recurrence EnumeratorCurrent Property
Type-safe enumerator Current method
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 DateTime Current { get; }VB
Public ReadOnly Property Current As DateTime
GetC++
public:
property DateTime Current {
DateTime get ();
}F#
member Current : DateTime with get