TimeSlotOption Class
Represents a complex time slot option type. This class is used to provide time option
payloads that can be translated to structured content payloads in rich content
messages.
Namespace
TimeSlotOption Constructors
The following are constructors for TimeSlotOption.
TimeSlotOption Properties
The following are properties for TimeSlotOption.
durationValue
The duration in seconds. Enabled for Lightning components.
Signature
public Integer durationValue {get; set;}
Property Value
Type: Integer
endTimeValue
The end time. Enabled for Lightning components.
Signature
public Datetime endTimeValue {get; set;}
Property Value
Type: Datetime
startTimeValue
The start time. Enabled for Lightning components.
Signature
public Datetime startTimeValue {get; set;}
Property Value
Type: Datetime