[]
Represents a collection for the DateField object, which is read only.
public class DateTimeFieldCollection : FieldCollection<DateField>, IList, ICollection, IEnumerable
Public Class DateTimeFieldCollection
Inherits FieldCollection(Of DateField)
Implements IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| AddRange(string) | Adds the contents of another IList<T> to the end of the collection, which is built from a specified format string. |
| OnValidateNewItems(object, object[]) | Performs additional custom processes to validating adding items. |