data class TimeInterval
Interval of the airing time for anime or date of start and end for manga.
<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) |
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? |