RecurringObjectStartDateTime Property
This must be implemented to return the start date/time property that is used to determine when the
first instance occurs.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public abstract StartDateProperty StartDateTime { get; }
Public MustOverride ReadOnly Property StartDateTime As StartDateProperty
Get
public:
virtual property StartDateProperty^ StartDateTime {
StartDateProperty^ get () abstract;
}
abstract StartDateTime : StartDateProperty with get
Property Value
StartDateProperty