DndTimeWindow

class DndTimeWindow(val startHour: Int, val startMinute: Int, val endHour: Int, val endMinute: Int)

A time window for Do Not Disturb within a single day. startHour:startMinute must be strictly before endHour:endMinute.

Use fullDay, overnight, weekdays, or weekends factory methods for common patterns.

Since

4.35.0

Constructors

Link copied to clipboard
constructor(startHour: Int, startMinute: Int, endHour: Int, endMinute: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String