Version

IsWorkday Property

Returns or sets a boolean indicating whether the day is considered a work day as set in the Workdays
Syntax
'Declaration
 
Public Property IsWorkday As Boolean
public bool IsWorkday {get; set;}
Remarks

The IsWorkday is initialized based on the Workdays of the containing XamMonthCalendar and is intended to allow custom styling of days that represent working or non-working days such as weekends.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also