Calendar.TodaysDate Property

Gets or sets the value for today's date.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
property DateTime TodaysDate {
	DateTime get ();
	void set (DateTime value);
}
/** @property */
public DateTime get_TodaysDate ()

/** @property */
public void set_TodaysDate (DateTime value)

public function get TodaysDate () : DateTime

public function set TodaysDate (value : DateTime)

Not applicable.

Property Value

A System.DateTime that contains the value that the Calendar considers to be today's date. If this property is not explicitly set, this date will be the date on the server.

Use the TodaysDate property to determine today's date. You can also use this property to programmatically set the value for today's date on the Calendar control. This property is set using a System.DateTime object.

NoteNote:

This date might need to be adjusted to accommodate users who are in a different time zone.

The appearance of the date specified by the TodaysDate property can be customized by using the TodayDayStyle property.

NoteNote:

If the VisibleDate property is not set, the date specified by the TodaysDate property determines which month is displayed in the Calendar control.

The following code example demonstrates how to use the TodaysDate property to programmatically set the value for today's date on the Calendar control.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: