object time
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- time
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asctime(time_ptr: Ptr[tm]): CString
- def asctime_s(time_ptr: Ptr[tm], size: CSize, buf: Ptr[CChar]): errno_t
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def daylight: CInt
- Annotations
- @name("_daylight")
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def gmtime(time: Ptr[time_t]): Ptr[tm]
- Annotations
- @name("_gmtime32")
- def gmtime_s(tm: Ptr[tm], time: Ptr[time_t]): errno_t
- Annotations
- @name("_gmtime32_s")
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localtime(time: Ptr[time_t]): Ptr[tm]
- Annotations
- @name("_localtime32")
- def localtime_s(tm: Ptr[tm], time: Ptr[time_t]): errno_t
- Annotations
- @name("_localtime32_s")
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def strftime(str: Ptr[CChar], count: CSize, format: CString, time: Ptr[tm]): CSize
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def time(arg: Ptr[time_t]): time_t
- Annotations
- @name("_time32")
- def timezone: CLong
- Annotations
- @name("_timezone")
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tzname: Ptr[CStruct2[CString, CString]]
- Annotations
- @name("_tzname")
- def tzset(): Unit
- Annotations
- @name("_tzset")
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()