PracSession

org.openurp.prac.activity.model.PracSession
class PracSession(var beginOn: LocalDate, var endOn: LocalDate)

表示一次连续的时间安排,不论时间是否按周分布

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def add(wt: WeekTime): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

var beginAt: HourMinute
var beginOn: LocalDate
var dates: Set[LocalDate]
var endAt: HourMinute
var endOn: LocalDate
var places: String
var times: Option[String]