NotificationRecipientScheduleEntry.ScheduledStartDate Property

Definition

The starting datetime for this schedule.

public:
 property Nullable<DateTime> ScheduledStartDate { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? ScheduledStartDate { get; set; }
member this.ScheduledStartDate : Nullable<DateTime> with get, set
Public Property ScheduledStartDate As Nullable(Of DateTime)

Property Value

Nullable<DateTime>

Returns a DateTime value that contains the first day in the schedule, expressed in Coordinated Universal Time (UTC).

Applies to