RecurrenceStartDateTime Property

This is used to set or get the starting date/time for the recurrence

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public DateTime StartDateTime { get; set; }

Property Value

DateTime

Remarks

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.

See Also