CycleTime

org.openurp.edu.room.model.CycleTime
See theCycleTime companion object
class CycleTime extends Cloneable with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Cloneable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def convert: Buffer[WeekTime]
def getCycleDays: Int
def isOneDay: Boolean

Concrete fields

var beginAt: HourMinute

开始时间

开始时间

Attributes

var beginOn: LocalDate

开始日期

开始日期

Attributes

var cycleCount: Int

单位数量

单位数量

Attributes

var cycleType: Int

单位

单位

Attributes

var endAt: HourMinute

结束时间

结束时间

Attributes

var endOn: LocalDate

结束日期

结束日期

Attributes