Click or drag to resize

DateRange Class (Typed)

X#
An auxiliary class used by the DateTimePicker and MonthCalendar controls to represent a date range.
Inheritance Hierarchy
Object
  VObject
    DateRange

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS DateRange INHERIT VObject
Request Example View Source

The DateRange type exposes the following members.

Constructors
  NameDescription
Public methodDateRange
Initializes a new instance of the DateRange class
Top
Properties
  NameDescription
Public propertyMax
The date representing the upper limit of the date range.
Public propertyMin
The date representing the lower limit of the date range.
Top
Functions
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
The DateRange class encapsulates a date range as expected by various methods of the MonthCalendar and DateTimePicker classes.
See Also