ThisDayForwardOnly Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
If this is a recurring event, set this to true to make the event show up only from the day specified forward

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

Syntax

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

See Also