kotlinx-rpc
Toggle table of contents
0.9.1
common
Platform filter
common
Back to docs
Switch theme
Search in API
kotlinx-rpc
kotlinx-rpc-krpc-test
/
kotlinx.rpc.krpc.test
/
LocalDate
Local
Date
data
class
LocalDate
(
val
year
:
Int
,
val
month
:
Int
,
val
day
:
Int
)
(
source
)
Members
Constructors
Local
Date
Link copied to clipboard
constructor
(
year
:
Int
,
month
:
Int
,
day
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
day
Link copied to clipboard
val
day
:
Int
month
Link copied to clipboard
val
month
:
Int
year
Link copied to clipboard
val
year
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String