SetWeekday(Weekday,Boolean) Method
In This Topic
Determines whether this rule applies to the specified day of the week
Syntax
'Declaration
Public Overloads Sub SetWeekday( _
ByVal As Weekday, _
ByVal As Boolean _
)
public void SetWeekday(
Weekday ,
bool
)
Parameters
- day
- The day of the week
- selected
- Indicates whether the rule applies to the specified day
See Also