Sets/gets the range end, which will be used to formulate the historical sessions request.
Read-write property
Visual Basic |
---|
Public Property RangeEnd As Date |
Range end, represented as Date
- RangeStart/RangeEnd represent date/time in the user-configured time zone (CQGAPIConfig.TimeZoneCode).
- If Type is hsrtTimeRange, both RangeStart and RangeEnd must be provided, RangeStart must be earlier or equal to RangeEnd.
- If Type is hsrtSinceTime, RangeStart must be provided.
- If Type is hsrtAll(default value), all available historical sessions are requested.