DayOfWeekTime

class DayOfWeekTime(val day: Int, val hour: Int, val minute: Int)

Represents a specific time within a specific day of a week.

Constructors

Link copied to clipboard
constructor(day: Int, hour: Int, minute: Int)

Properties

Link copied to clipboard
val day: Int

ISO-8601 standard code for day of the week, from 1 (Monday) to 7 (Sunday).

Link copied to clipboard
val hour: Int
Link copied to clipboard
val minute: Int

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