MaintenanceWindow.StartTime Property

 

Applies To: Operations Manager for System Center 2012

Gets the time, in DateTime format, that maintenance mode started.

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

Syntax

public DateTime StartTime { get; }
public:
property DateTime StartTime {
    DateTime get();
}
member StartTime : DateTime with get
Public ReadOnly Property StartTime As Date

Property Value

Type: System.DateTime

Returns the time in DateTime that maintenance mode started.

See Also

MaintenanceWindow Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top