final class RemoteOffsetDateTimeSyntax extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteOffsetDateTimeSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RemoteOffsetDateTimeSyntax(self: Remote[flow.OffsetDateTime])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getDayOfMonth: Remote[Int]
- def getHour: Remote[Int]
- def getMinute: Remote[Int]
- def getMonthValue: Remote[Int]
- def getNano: Remote[Int]
- def getOffset: Remote[ZoneOffset]
- def getSecond: Remote[Int]
- def getYear: Remote[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: Remote[flow.OffsetDateTime]
- def toInstant: Remote[flow.Instant]
- def toString(): String
- Definition Classes
- Any