DateTimeCollectionToArray Method |
Copies the elements of DateTimeCollection to a new
Array of DateTime elements.
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 virtual DateTime[] ToArray()
Public Overridable Function ToArray As DateTime()
public:
virtual array<DateTime>^ ToArray()
abstract ToArray : unit -> DateTime[]
override ToArray : unit -> DateTime[]
Return Value
Type:
DateTimeA one-dimensional
Array of
DateTime
elements containing copies of the elements of the
DateTimeCollection.
Remarks Please refer to ToArray for details.
See Also