SPAlert.AlertTime property

Gets or sets the date and time for sending the alert.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPAlert class

SPAlert members

Microsoft.SharePoint namespace