JikanKt / moe.ganen.jikankt.models.base.types / TimeInterval

TimeInterval

data class TimeInterval

Interval of the airing time for anime or date of start and end for manga.

Constructors

<init>

Interval of the airing time for anime or date of start and end for manga.

TimeInterval(from: Date? = null, to: Date? = null, simplifiedString: String? = null)

Properties

from

Start date.

val from: Date?

simplifiedString

Stringify version of @see TimeInterval. Value is fetched from API response.

val simplifiedString: String?

to

End date.

val to: Date?