WeekTime

org.beangle.commons.lang.time.WeekTime$
See theWeekTime companion class
object WeekTime

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class Builder(startOn: LocalDate, firstWeekEndOn: LocalDate)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def getStartOn(year: Int, weekday: WeekDay): LocalDate

查询该年份第一个指定day的日期

查询该年份第一个指定day的日期

Attributes

weekday

weekday

year

year

Returns:

指定day的第一天

def newBuilder(startOn: LocalDate, firstDay: WeekDay): Builder
def of(startOn: LocalDate, beginAt: HourMinute, endAt: HourMinute): WeekTime

构造某个日期(beginAt, endAt必须是同一天,只是时间不同)的WeekTime

构造某个日期(beginAt, endAt必须是同一天,只是时间不同)的WeekTime

Attributes

beginAt

beginAt

endAt

endAt

def of(ld: LocalDate): WeekTime

Attributes

ld

date