Skip to main content
A newer version of this page is available. .
Tab

CalendarSelection.Add(DateTime[]) Method

Adds an array of dates to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    DateTime[] dates
)

Parameters

Name Type Description
dates DateTime[]

An array of dates to add to the collection.

See Also