NotificationRecipientScheduleEntry.ScheduledStartDate 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 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
Returns a DateTime value that contains the first day in the schedule, expressed in Coordinated Universal Time (UTC).