Search
Holiday.IsDayOff Property
See Also
 






Gets or sets a value indicating whether the holiday is a rest day.

Namespace: MindFusion.HolidayProviders
Assembly: MindFusion.HolidayProviders

 Syntax

C#  Copy Code

public bool IsDayOff { get; set; }

Visual Basic  Copy Code

Public Property IsDayOff As Boolean

 Property Value

A boolean value.

 See Also