TimeRange Properties



RangeType as Integer

Gets or sets type of TimeRange object:

0 - Relative
1 - Absolute

TimeLow as DateTime

Low range. If RangeType equal to 0 - date part of this value is ignored (only time part is used).

TimeHigh as DateTime

High range. If RangeType equal to 0 - date part of this value is ignored (only time part is used).

WeekDays as WeekDays

[read only] Days of week of range. Used only if RangeType equal to 0, else ignored.

AsString as String

[read only] Returns user-friendly string representation of range.

Name as String

Name of TimeRange

Description as String

Description of TimeRange