Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleB25.AvailableTimeRanges.TimeRange

Description

This class represents an available time range.

Properties

Code Block
Time startTime

The time at which the dimension starts being available.

Code Block
Time endTime

The time at which the dimension stops being available.

If startTime and endTime are both 0:00, this means that the dimension is available for the entire day.

Example

Code Block
// TODO