ThisDayForwardOnly Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "P:Calendar.NET.HolidayEvent.ThisDayForwardOnly"]

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

Syntax

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

Implements

IEvent..::..ThisDayForwardOnly

See Also