No Disturb Time Info
Do-not-disturb time configuration info returned from the server.
Represents the currently active notification quiet hours settings, including start time, duration, level, and time zone.
Parameters
start Time
Start time in HH:MM:SS format.
span Minutes
DND duration in minutes. Valid range: 0 < spanMinutes < 1440.
level
DND level.
timezone
Time zone identifier, e.g. "Asia/Shanghai".
Constructors
Link copied to clipboard
public NoDisturbTimeInfo NoDisturbTimeInfo(String startTime, Integer spanMinutes, NoDisturbTimeLevel level, String timezone)