DateTimeCollection Constructor (ArrayList) |
Namespace: Kettic.AspNet.Controls.Calendar.CollectionsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public DateTimeCollection(
ArrayList dateList
)
Public Sub New (
dateList As ArrayList
)
public:
DateTimeCollection(
ArrayList^ dateList
)
new :
dateList : ArrayList -> DateTimeCollection
Parameters
- dateList
- Type: System.CollectionsArrayList
See Also