diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
commit | fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch) | |
tree | 911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api/pl.treksoft.kvision.types/-local-date | |
parent | 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff) | |
download | kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2 kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip |
API documentation for KVision 2.0.0
Diffstat (limited to 'api/pl.treksoft.kvision.types/-local-date')
-rw-r--r-- | api/pl.treksoft.kvision.types/-local-date/-local-date.html | 16 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.types/-local-date/index.html | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.types/-local-date/-local-date.html b/api/pl.treksoft.kvision.types/-local-date/-local-date.html new file mode 100644 index 00000000..f41541cf --- /dev/null +++ b/api/pl.treksoft.kvision.types/-local-date/-local-date.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LocalDate - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.types</a> / <a href="./index.html">LocalDate</a><br/> +<br/> +<h1>LocalDate</h1> +<a name="pl.treksoft.kvision.types.LocalDate"></a> +<code><span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">LocalDate</span></code><br/> +<a name="pl.treksoft.kvision.types.LocalDate"></a> +<code><span class="keyword">actual</span> <span class="keyword">typealias </span><span class="identifier">LocalDate</span> <span class="symbol">=</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.types/-local-date/index.html b/api/pl.treksoft.kvision.types/-local-date/index.html new file mode 100644 index 00000000..fc0a8560 --- /dev/null +++ b/api/pl.treksoft.kvision.types/-local-date/index.html @@ -0,0 +1,13 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.types.LocalDate - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.types</a> / <a href="./index.html">LocalDate</a><br/> +<br/> +<h1>LocalDate</h1> +<code><span class="keyword">actual</span> <span class="keyword">typealias </span><span class="identifier">LocalDate</span> <span class="symbol">=</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a></code><code><span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">LocalDate</span></code> +</BODY> +</HTML> |