Gantt.IsWorkingDay Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This function is no longer needed in the v4 version of the Gantt control.")> _
Protected Function IsWorkingDay ( _
day As DayOfWeek _
) As Boolean
'Usage
Dim day As DayOfWeek
Dim returnValue As Boolean
returnValue = Me.IsWorkingDay(day)
[ObsoleteAttribute("This function is no longer needed in the v4 version of the Gantt control.")]
protected bool IsWorkingDay(
DayOfWeek day
)
Parameters
- day
Type: System.DayOfWeek
Return Value
Type: System.Boolean