SPMaintenanceWindow.ShouldNotify-Methode
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function ShouldNotify ( _
date As DateTime _
) As Boolean
'Usage
Dim instance As SPMaintenanceWindow
Dim date As DateTime
Dim returnValue As Boolean
returnValue = instance.ShouldNotify(date)
public bool ShouldNotify(
DateTime date
)
Parameter
- date
Typ: System.DateTime
Rückgabewert
Typ: System.Boolean