Share via


MaintenanceWindow.EndTime Property

 

Applies To: Operations Manager for System Center 2012

Gets the actual time (as opposed to the scheduled time), in DateTime format, that maintenance mode ended.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Nullable<DateTime> EndTime { get; }
public:
property Nullable<DateTime> EndTime {
    Nullable<DateTime> get();
}
member EndTime : Nullable<DateTime> with get
Public ReadOnly Property EndTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

Returns the actual time (as opposed to the scheduled time), in DateTime that maintenance mode ended.

See Also

MaintenanceWindow Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top