DateTimeCollectionSelectRange Method |
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 void SelectRange(
DateTime fromDate,
DateTime toDate
)
Public Sub SelectRange (
fromDate As DateTime,
toDate As DateTime
)
public:
void SelectRange(
DateTime fromDate,
DateTime toDate
)
member SelectRange :
fromDate : DateTime *
toDate : DateTime -> unit
Parameters
- fromDate
- Type: SystemDateTime
- toDate
- Type: SystemDateTime
See Also