NotificationRecipientScheduleEntry.ScheduledStartDate Property
Applies To: Operations Manager for System Center 2012
Gets or sets the first day in the schedule.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Nullable<DateTime> ScheduledStartDate { get; set; }
public:
property Nullable<DateTime> ScheduledStartDate {
Nullable<DateTime> get();
void set(Nullable<DateTime> value);
}
member ScheduledStartDate : Nullable<DateTime> with get, set
Public Property ScheduledStartDate As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
Returns a DateTime value that contains the first day in the schedule, expressed in Coordinated Universal Time (UTC).
See Also
NotificationRecipientScheduleEntry Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top