Click or drag to resize

DateRange Constructor

X#
Construct a DateRange object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	dStart,
	dEnd
) CLIPPER
Request Example View Source

Parameters

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