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.
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