Function TimeSlotToString(Format, Calendar, Timeslot)

TimeSlotToString

The function TimeSlotToString creates a string representation of a specific time slot in a calendar.

TimeSlotToString(
     Format,         ! (input) a string expression
     Calendar,       ! (input) a calendar
     Timeslot        ! (input) an element (timeslot) in the calendar
     )

Arguments

Format

A string that holds the date and time format used in the returned string. Valid format strings are described in Format of Time Slots and Periods

Calendar

An identifier of type calendar.

Timeslot

A specific time-slot in the calendar.

Return Value

The function TimeSlotToString returns a string representation of the time slot.