LoadPresetHolidays Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
Indicates whether Federal Holidays are automatically preloaded onto the calendar

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool LoadPresetHolidays { get; set; }
Visual Basic
Public Property LoadPresetHolidays As Boolean
	Get
	Set
Visual C++
public:
property bool LoadPresetHolidays {
	bool get ();
	void set (bool value);
}

See Also