SoftadminApi.DateRangeControl_ParseValue
Type:
Table-valued function
Parses the value of a Date range control.
Parameters
@DateRangeValue
mandatory
varchar(100)
Value of a Date range control.
Resultsets
Resultset: Dates
Table count:
Row count:
Columns
FromDate
mandatory
date
The from date in the range.
ToDate
mandatory
any
The to date in the range.