Gets or sets a value indicating whether the holiday is a rest day.
Namespace: MindFusion.HolidayProviders
Assembly: MindFusion.HolidayProviders
C# Copy Code |
---|
public bool IsDayOff { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsDayOff As Boolean |
true, if the holiday is a non-working day; otherwise, false.