共用方式為


SPAlert.AlertTime property

取得或設定日期和時間傳送警示。

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

Syntax

'宣告
Public Property AlertTime As DateTime
    Get
    Set
'用途
Dim instance As SPAlert
Dim value As DateTime

value = instance.AlertTime

instance.AlertTime = value
public DateTime AlertTime { get; set; }

Property value

Type: System.DateTime
指定的日期和時間傳送警示的一種結構。現在是預設值。

請參閱

參照

SPAlert class

SPAlert members

Microsoft.SharePoint namespace