ASP.NET Pack Programmer's Guide
Calendar.EndDate Property
See Also
 





Gets or sets the last date displayed in the calendar.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public DateTime EndDate { get; set; }

Visual Basic  Copy Code

Public Property EndDate As DateTime

 Property Value

An instance of the System.DateTime structure that specifies the last date displayed in the calendar. Default value is the end date of the current month.

 Remarks

This member is only valid in WeekRange view.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace