Share via


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.")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
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.")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected bool IsWorkingDay(
    DayOfWeek day
)

Parameters

Return value

Type: System.Boolean

See also

Reference

Gantt class

Gantt members

Microsoft.SharePoint.WebControls namespace