Calendar::VisibleDate Property
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Return to top
Assembly: System.Web (in System.Web.dll)
public: [BindableAttribute(true)] property DateTime VisibleDate { DateTime get(); void set(DateTime value); }
Property Value
Type: System::DateTimeA System::DateTime that specifies the month to display on the Calendar. The default value is DateTime::MinValue, which displays the month that contains the date specified by TodaysDate.
Use the VisibleDate property to programmatically set the month to display on the Calendar control. The specified date can be any date in the month you want to display, although it is common to use the first date in the month. This property is set using a System::DateTime object.
The VisibleDate property is updated before the VisibleMonthChanged event is raised. You can provide a custom OnVisibleMonthChanged event handler to set the VisibleDate property and override the automatically generated value.
.NET Framework
Available since 1.1
Available since 1.1
Show: