Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

CalendarDay Class

Represents a date in the Calendar control.

For a list of all members of this type, see CalendarDay Members.

System.Object
   System.Web.UI.WebControls.CalendarDay
      EO.Web.CalendarDay

[Visual Basic]
Public Class CalendarDay
    Inherits CalendarDay
[C#]
public class CalendarDay : CalendarDay

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class inherits from the standard ASP.NET CalendarDay class. Two additional properties are added in this class: IsDisabled and IsOutOfRange. Both properties provide additional information about the state of the day.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

CalendarDay Members | EO.Web Namespace


Direct link to this topic