SPMaintenanceWindow.ShouldNotify method
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
)
Parameters
- date
Type: System.DateTime
Return value
Type: System.Boolean