DateRange Constructor | |
Construct a DateRange object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
dStart,
dEnd
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public DateRange(
Usual dStart = default,
Usual dEnd = default
)
Request Example
View SourceParameters
- dStart (Optional)
- Type: Usual
The start date of the date range. If omitted, defaults to Today(). - dEnd (Optional)
- Type: Usual
The end date of the date range. If omitted, defaults to Today().
See Also