RecurrenceStartDateTime Property
This is used to set or get the starting date/time for the recurrence
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public DateTime StartDateTime { get; set; }
Public Property StartDateTime As DateTime
Get
Set
public:
property DateTime StartDateTime {
DateTime get ();
void set (DateTime value);
}
member StartDateTime : DateTime with get, set
Property Value
DateTime If not set, it defaults to the minimum date value. The value is expressed in local time.
If a BYxxx rule has no values, the corresponding date or time part from the start date/time is
used in all instances generated by the recurrence. For example, if no BYHOUR, BYMINUTE,
and BYSECOND rule values are specified, the hour, minute, and seconds value on all instances
will be defaulted to the corresponding values found in the start date/time.