object time
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- time
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- Annotations
- @name( "scalanative_asctime" )
-
def
asctime_r(time_ptr: Ptr[tm], buf: Ptr[CChar]): CString
- Annotations
- @name( "scalanative_asctime_r" )
- def clock(): clock_t
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ctime(time: Ptr[time_t]): CString
- def ctime_r(time: Ptr[time_t], buf: Ptr[CChar]): CString
-
def
daylight(): CInt
- Annotations
- @name( "scalanative_daylight" )
- def difftime(time_end: CLong, time_beg: CLong): CDouble
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
gmtime(time: Ptr[time_t]): Ptr[tm]
- Annotations
- @name( "scalanative_gmtime" )
-
def
gmtime_r(time: Ptr[time_t], tm: Ptr[tm]): Ptr[tm]
- Annotations
- @name( "scalanative_gmtime_r" )
-
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( "scalanative_localtime" )
-
def
localtime_r(time: Ptr[time_t], tm: Ptr[tm]): Ptr[tm]
- Annotations
- @name( "scalanative_localtime_r" )
-
def
mktime(time: Ptr[tm]): time_t
- Annotations
- @name( "scalanative_mktime" )
- def nanosleep(requested: Ptr[timespec], remaining: Ptr[timespec]): CInt
-
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
- Annotations
- @name( "scalanative_strftime" )
-
def
strptime(str: Ptr[CChar], format: CString, time: Ptr[tm]): CString
- Annotations
- @name( "scalanative_strptime" )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def time(arg: Ptr[time_t]): time_t
-
def
timezone(): CLong
- Annotations
- @name( "scalanative_timezone" )
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tzname(): Ptr[CStruct2[CString, CString]]
- Annotations
- @name( "scalanative_tzname" )
- def tzset(): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()