property Calendar.NonworkingDaysPattern as PatternEnum
Retrieves or sets a value that indicates the pattern being used to fill non-working days.

TypeDescription
PatternEnum A PatternEnum expression that indicates the pattern to fill non working days. 
By default, the NonworkingDaysPattern property is exPatternBDiagonal. Use the NonworkingDaysPattern property to specify the brush to fill the nonworking days area. Use the NonworkingDays property to specify the nonworking days. Use the NonworkingDaysPattern property to specify the pattern to fill non-working days. If the NonworkingDaysPattern property is exPatternEmpty or NonworkingDays property is 0 the non-working days are not highlighted. The NonworkingDaysColor property specifies the color being used to fill the non-working days. If the NonworkingDaysPattern property includes the exPatternFrame, the NonworkingDaysFrameColor property indicates the color to show the frame around nonworking days.