Share via


Alert.DateAndTime Property

 

Gets the date and time when the alert was raised.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

public DateTime DateAndTime { get; }
public:
property DateTime DateAndTime {
    DateTime get();
}
Public ReadOnly Property DateAndTime As Date

Property Value

Type: System.DateTime

An instance of DateTime.

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top