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

DateTimeCollection.Remove(DateTime) Method

Removes the specified item from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override bool Remove(
    DateTime item
)

Parameters

Name Type Description
item DateTime

A DateTime object that represents the item in the collection.

Returns

Type Description
Boolean

true, if the specified item is successfully removed from the collection; otherwise, false.

See Also