Versions Compared

Key

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

...

Expand
titleResult

Description

Contains the resulting time slots.

Properties

Code Block
List<B25.TimeSlot> timeSlots

The resulting time slots. Each time slot has a startDateTime and endDateTime. For more details see the TimeSlot documentation.

Example

This example shows how you can use the class in your own code.

...