Schedule

open class Schedule

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
annotation class Day
Link copied to clipboard
annotation class Time

Functions

Link copied to clipboard
open fun getCurrentTime(): Int
Link copied to clipboard
open fun getDayByPosition(i: Int): Int
Link copied to clipboard
open fun getTimeByString(stringTime: String): Int
Link copied to clipboard
open fun getToday(): Int