Packages

object time

Annotations
@extern()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. time
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type clock_t = Long
  2. type time_t = Long
  3. type timespec = CStruct2[time_t, CLong]
  4. type tm = CStruct9[CInt, CInt, CInt, CInt, CInt, CInt, CInt, CInt, CInt]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asctime(time_ptr: Ptr[tm]): CString
    Annotations
    @name( "scalanative_asctime" )
  6. def asctime_r(time_ptr: Ptr[tm], buf: Ptr[CChar]): CString
    Annotations
    @name( "scalanative_asctime_r" )
  7. def clock(): clock_t
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def ctime(time: Ptr[time_t]): CString
  10. def ctime_r(time: Ptr[time_t], buf: Ptr[CChar]): CString
  11. def daylight(): CInt
    Annotations
    @name( "scalanative_daylight" )
  12. def difftime(time_end: CLong, time_beg: CLong): CDouble
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def gmtime(time: Ptr[time_t]): Ptr[tm]
    Annotations
    @name( "scalanative_gmtime" )
  18. def gmtime_r(time: Ptr[time_t], tm: Ptr[tm]): Ptr[tm]
    Annotations
    @name( "scalanative_gmtime_r" )
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def localtime(time: Ptr[time_t]): Ptr[tm]
    Annotations
    @name( "scalanative_localtime" )
  22. def localtime_r(time: Ptr[time_t], tm: Ptr[tm]): Ptr[tm]
    Annotations
    @name( "scalanative_localtime_r" )
  23. def mktime(time: Ptr[tm]): time_t
    Annotations
    @name( "scalanative_mktime" )
  24. def nanosleep(requested: Ptr[timespec], remaining: Ptr[timespec]): CInt
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def strftime(str: Ptr[CChar], count: CSize, format: CString, time: Ptr[tm]): CSize
    Annotations
    @name( "scalanative_strftime" )
  29. def strptime(str: Ptr[CChar], format: CString, time: Ptr[tm]): CString
    Annotations
    @name( "scalanative_strptime" )
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def time(arg: Ptr[time_t]): time_t
  32. def timezone(): CLong
    Annotations
    @name( "scalanative_timezone" )
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def tzname(): Ptr[CStruct2[CString, CString]]
    Annotations
    @name( "scalanative_tzname" )
  35. def tzset(): Unit
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped