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
WeekTime.type

Members list

Type members

Classlikes

class Builder(startOn: LocalDate, firstWeekEndOn: LocalDate)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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

Value parameters

weekday

weekday

year

year

Attributes

Returns

指定day的第一天

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

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

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

Value parameters

beginAt

beginAt

endAt

endAt

Attributes

def of(ld: LocalDate): WeekTime

Value parameters

ld

date

Attributes