In This Topic
Gets a value indicating whether the
Date is defined as a
GrapeCity.Windows.InputMan.DayType.ForcedWorkday.
Syntax
'Declaration
Public ReadOnly Property IsForceWorkday As Boolean
'Usage
Dim instance As DayInfo
Dim value As Boolean
value = instance.IsForceWorkday
public bool IsForceWorkday {get;}
Property Value
true if the
Date is defined as a
GrapeCity.Windows.InputMan.DayType.ForcedWorkday; otherwise,
false.
See Also