Recurring ObjectStart Date Time Property
This must be implemented to return the start date/time property that is used to determine when the
first instance occurs.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public abstract StartDateProperty StartDateTime { get; }VB
Public MustOverride ReadOnly Property StartDateTime As StartDateProperty
GetC++
public:
virtual property StartDateProperty^ StartDateTime {
StartDateProperty^ get () abstract;
}F#
abstract StartDateTime : StartDateProperty with get