Skip to main content
Tab

DateTimeCollection.AddRange(IEnumerable<DateTime>) Method

Adds the specified range of dates to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void AddRange(
    IEnumerable<DateTime> items
)

Parameters

Name Type Description
items IEnumerable<DateTime>

A IEnumerable<T> object, which is the collection of items to append to the collection.

See Also