Time.Gmt

object Gmt extends Long.Custom.Data[Gmt] with Time.X.Base[Gmt] with Time.X.Millis[Gmt]
Source
Gmt.scala

Alias

Inherited

Specialized buffer

Specialized buffer

Already parameterized generic buffer

Inherited from
Framework
Source
__.scala

Specialized collection

Specialized collection

Already parameterized generic collection

Inherited from
Framework
Source
__.scala

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
final val Fun: Long.Fun[Gmt]

Specialized functions

Specialized functions

Already parameterized set of generic functions

Inherited from
Framework
Source
__.scala
type Idx = Long.G.Idx[A]

Specialized indexed collection

Specialized indexed collection

Already parameterized generic indexed collection

Inherited from
Framework
Source
__.scala
final val Idx: Long.Idx[Gmt]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
type Lookup[B] = Long.G.Lookup[A, B]

Specialized lookup collection

Specialized lookup collection

Already parameterized generic lookup collection

Inherited from
Framework
Source
__.scala
final val Lookup: Long.Lookup[Gmt]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
type Opt = Long.G.Opt[A]

Specialized option

Specialized option

Already parameterized generic option

Inherited from
Framework
Source
__.scala
final val Opt: Long.Opt[Gmt]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala

Parameterized J.Ordering

Parameterized J.Ordering

Already parameterized generic J.Ordering

Inherited from
Framework
Source
__.scala
type Pro = Long.G.Pro[A]

Specialized property

Specialized property

Already parameterized generic property

Inherited from
Framework
Source
__.scala
final val Pro: Long.Pro[Gmt]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
type Promise = Promise[A]

Parameterized Val.Promise

Parameterized Val.Promise

Already parameterized generic Val.Promise

Inherited from
Framework
Source
__.scala
inline def Promise: Ref.Promise[Gmt]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
type Result = Result.type[A]

Parameterized Val.Result

Parameterized Val.Result

Already parameterized generic Val.Result

Inherited from
Framework
Source
__.scala
inline def Result: Ref.Result[Gmt]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala

Type alias

Type alias

Shortcut to Collection.StableSet

Inherited from
Framework
Source
__.scala

Companion alias

Companion alias

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala

Def

inline def apply(): Gmt
Source
Gmt.scala
@targetName("day")
override def day: Day
Definition Classes
Source
Gmt.scala
@targetName("dayTime")
override def dayTime: DayTime
Definition Classes
Source
Gmt.scala
inline def fromMillis(inline v: Long): Gmt
Source
Gmt.scala
@targetName("general")
inline def general: Time
Source
Gmt.scala
@targetName("millisTotal")
inline def millisTotal: Long
Source
Gmt.scala
override def tag(v: Gmt): String
Definition Classes
Source
Gmt.scala

Inherited

@targetName("plus")
inline def +(inline l: Length): Gmt
Inherited from
Millis
Source
Millis.scala
@targetName("plusAll")
inline def ++(inline s: ~[Length]): Gmt
Inherited from
Millis
Source
Millis.scala
@targetName("minus")
inline def -(inline l: Length): Gmt
Inherited from
Millis
Source
Millis.scala
@targetName("minusAll")
inline def --(inline s: ~[Length]): Gmt
Inherited from
Millis
Source
Millis.scala
@targetName("age")
def age: Length

Length to current.

Length to current.

Returns Length from this time to current time.

If this is in future, void Length is returned.

Inherited from
Base
Source
Base.scala
inline def daysTotal: Long

Day count

Day count

Total days (24.Hours) which fit in this time unit

Inherited from
Millis
Source
Millis.scala
inline def emptyArray: Array[Gmt]

Empty array

Empty array

Returns singleton scala.Array.emptyLongArray

Inherited from
Framework
Source
__.scala
inline def hours: Long

Hours remainder

Hours remainder

Hours remainder when rounded by whole day (24 hours)

Value range is from 0 to 23

Inherited from
Millis
Source
Millis.scala
inline def hoursTotal: Long

Hours count

Hours count

Total hours which fit in this time unit

Inherited from
Millis
Source
Millis.scala
def info(v: Gmt): Info

Type to Info

Type to Info

Override this method to provide type standard Info implementation

Inherited from
Type
Source
Type.scala
@targetName("isFuture")
def isFuture: Boolean

Check if in future.

Check if in future.

Returns true if this time is greater than current.

Inherited from
Base
Source
Base.scala
@targetName("isPast")
def isPast: Boolean

Check if in past.

Check if in past.

Returns true if this time is less or equal to current.

Inherited from
Base
Source
Base.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
override def isVoid(v: Gmt): Boolean
Definition Classes
Type -> Longs -> Type -> Void
Inherited from
Type
Source
__.scala
@targetName("lengthTo")
def lengthTo(that: Time): Length

Range duration

Range duration

Returns Length between this and that.

Inherited from
Base
Source
Base.scala
inline def micros: Long

Microseconds remainder

Microseconds remainder

Microseconds remainder when rounded by whole millisecond

Value range is from 0 to 999

Inherited from
Millis
Source
Millis.scala
inline def microsTotal: Long

Microseconds count

Microseconds count

Total microseconds which fit in this time unit

Inherited from
Millis
Source
Millis.scala
inline def millis: Long

Milliseconds remainder

Milliseconds remainder

Milliseconds remainder when rounded by whole second

Value range is from 0 to 999

Inherited from
Millis
Source
Millis.scala
inline def minutes: Long

Minutes remainder

Minutes remainder

Minutes remainder when rounded by whole hour

Value range is from 0 to 59

Inherited from
Millis
Source
Millis.scala
inline def minutesTotal: Long

Minutes count

Minutes count

Total minutes which fit in this time unit

Inherited from
Millis
Source
Millis.scala
@targetName("month")
def month: Month

Month.

Month.

Month, which includes this time instance.

Inherited from
Base
Source
Base.scala
val name: String
Inherited from
Type
Source
__.scala
inline def nanos: Long

Nanoseconds remainder

Nanoseconds remainder

Nanoseconds remainder when rounded by whole microsecond

Value range is from 0 to 999

Inherited from
Millis
Source
Millis.scala
@targetName("nanosTotal")
def nanosTotal: Long

Nanoseconds count

Nanoseconds count

Total nanoseconds which fit in this time unit

Note: Maximum duration expressed in nanoseconds is "7331 days, 10 hours, 50 mins, 44.854775807 secs". Unboxed over will cause problems

Inherited from
Millis
Source
Millis.scala
inline def real: Long
Inherited from
Type
Source
__.scala
@targetName("roundTo")
def roundTo(l: Length)(using r: Rounding): Gmt
Inherited from
Millis
Source
Millis.scala
inline def seconds: Long

Seconds remainder

Seconds remainder

Seconds remainder when rounded by whole minute

Value range is from 0 to 59

Inherited from
Millis
Source
Millis.scala
inline def secondsTotal: Long

Seconds count

Seconds count

Total seconds which fit in this time unit

Inherited from
Millis
Source
Millis.scala
@targetName("toBrief")
def toBrief: String

Short String.

Short String.

Time is rounded to 1.Second.

For current Day, day portion is ommited.

Inherited from
Base
Source
Base.scala
@targetName("week")
Inherited from
Base
Source
Base.scala
inline def weeksTotal: Long
Inherited from
Millis
Source
Millis.scala
@targetName("year")
def year: Year

Year.

Year.

Year, which includes this time instance.

Inherited from
Base
Source
Base.scala