StaticLocalDateTime

com.github.nscala_time.time.StaticLocalDateTime
See theStaticLocalDateTime companion trait

Attributes

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

Members list

Type members

Inherited types

type Property = Property

Attributes

Inherited from:
StaticLocalDateTime

Value members

Inherited methods

def fromCalendarFields(calendar: Calendar): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def fromDateFields(date: Date): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def lastDay(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def lastHour(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def lastMinute(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def lastMonth(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def lastSecond(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def lastWeek(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def lastYear(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def nextDay(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def nextHour(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def nextMinute(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def nextMonth(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def nextSecond(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def nextWeek(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def nextYear(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def now(chronology: Chronology): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def now(zone: DateTimeZone): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def now(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def parse(str: String, formatter: DateTimeFormatter): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def parse(str: String): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def tomorrow(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime
def yesterday(): LocalDateTime

Attributes

Inherited from:
StaticLocalDateTime