NotificationRecipientScheduleEntry.ScheduledEndDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a DateTime value that contains the last day in the schedule, expressed in Coordinated Universal Time (UTC).