|
|
|
|
@ -91,7 +91,7 @@ open class Session : RealmObject(), Savable, Editable, StaticRowRepresentableDat |
|
|
|
|
AnyDayOfWeek::class.java, IsWeekEnd::class.java, IsWeekDay::class.java -> "dayOfWeek" |
|
|
|
|
AnyMonthOfYear::class.java -> "month" |
|
|
|
|
AnyYear::class.java -> "year" |
|
|
|
|
IsToday::class.java, WasYesterday::class.java, WasTodayAndYesterday::class.java, DuringThisYear::class.java, DuringThisMonth::class.java, DuringThisWeek::class.java -> "startDate" |
|
|
|
|
PastDay::class.java, IsToday::class.java, WasYesterday::class.java, WasTodayAndYesterday::class.java, DuringThisYear::class.java, DuringThisMonth::class.java, DuringThisWeek::class.java -> "startDate" |
|
|
|
|
StartedFromTime::class.java -> "startDateHourMinuteComponent" |
|
|
|
|
EndedToTime::class.java -> "endDateHourMinuteComponent" |
|
|
|
|
Duration::class.java -> "netDuration" |
|
|
|
|
|