In This Topic
Determines whether the rule applies to the specified day of the month
Syntax
'Declaration
Public Sub SetDay( _
ByVal As Integer, _
ByVal As Boolean _
)
public void SetDay(
int ,
bool
)
public:
void SetDay(
int ,
bool
)
Parameters
- dayNumber
- The day of the month (1-31)
- selected
- true to select the specified day, false to deselect it.
See Also