StaticDateTime

com.github.nscala_time.time.StaticDateTime
See theStaticDateTime 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:
StaticDateTime

Value members

Inherited methods

def lastDay(): DateTime

Attributes

Inherited from:
StaticDateTime
def lastHour(): DateTime

Attributes

Inherited from:
StaticDateTime
def lastMinute(): DateTime

Attributes

Inherited from:
StaticDateTime
def lastMonth(): DateTime

Attributes

Inherited from:
StaticDateTime
def lastSecond(): DateTime

Attributes

Inherited from:
StaticDateTime
def lastWeek(): DateTime

Attributes

Inherited from:
StaticDateTime
def lastYear(): DateTime

Attributes

Inherited from:
StaticDateTime
def nextDay(): DateTime

Attributes

Inherited from:
StaticDateTime
def nextHour(): DateTime

Attributes

Inherited from:
StaticDateTime
def nextMinute(): DateTime

Attributes

Inherited from:
StaticDateTime
def nextMonth(): DateTime

Attributes

Inherited from:
StaticDateTime
def nextSecond(): DateTime

Attributes

Inherited from:
StaticDateTime
def nextWeek(): DateTime

Attributes

Inherited from:
StaticDateTime
def nextYear(): DateTime

Attributes

Inherited from:
StaticDateTime
def now(chronology: Chronology): DateTime

Attributes

Inherited from:
StaticDateTime
def now(zone: DateTimeZone): DateTime

Attributes

Inherited from:
StaticDateTime
def now(): DateTime

Attributes

Inherited from:
StaticDateTime
def parse(str: String, formatter: DateTimeFormatter): DateTime

Attributes

Inherited from:
StaticDateTime
def parse(str: String): DateTime

Attributes

Inherited from:
StaticDateTime
def tomorrow(): DateTime

Attributes

Inherited from:
StaticDateTime
def yesterday(): DateTime

Attributes

Inherited from:
StaticDateTime