NotificationRecipientScheduleEntry.ScheduledEndDate Property

Definition

The ending datetime for this schedule.

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

Property Value

Nullable<DateTime>

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

Applies to