Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time for sending the alert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property AlertTime As DateTime
Get
Set
'Usage
Dim instance As SPAlert
Dim value As DateTime
value = instance.AlertTime
instance.AlertTime = value
public DateTime AlertTime { get; set; }
Property Value
Type: System.DateTime
A structure that specifies the date and time for sending the alert. The default is now.