CalendarDate Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
The Date that the calendar is currently showing

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

Syntax

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

See Also