Skip to main content
Tab

CalendarSelection.Add(DateTime) Method

Adds the specified date to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime object specifying the added date.

Implements

See Also