time-slot-generator
Reactive icon

Time Slot Generator

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 22 Nov (12 hours ago)
 by 
0.0
 (0 ratings)
time-slot-generator

Time Slot Generator

Documentation
1.0.0

After installation, open your application and add the component as a dependency:

  • Manage Dependencies → Add Dependency → Time Slot Generator Module

  • Select the GenerateTimeSlots server action.

  • Inputs

NameTypeDescription
StartTimeTimeBeginning of the time window (e.g., 12:00)
EndTimeTimeEnding of the time window (e.g., 22:00)
IntervalMinutesIntegerInterval in minutes for each slot (e.g., 15)


  • Output
NameTypeDescription
SlotsList of RecordsA list of time slots with: • SlotStart (Time) • SlotEnd (Time)