diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-17 18:40:15 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-17 18:40:15 +0200 |
commit | a70acf853de62d0754ca95aa4103712b82afdef8 (patch) | |
tree | cb8980c51c98f41f833aa89c7bd28e5fa133f35e /api/pl.treksoft.kvision.types/-date | |
parent | 546892a2b8c743224ccabd609827f5048c7a630c (diff) | |
download | kvision-a70acf853de62d0754ca95aa4103712b82afdef8.tar.gz kvision-a70acf853de62d0754ca95aa4103712b82afdef8.tar.bz2 kvision-a70acf853de62d0754ca95aa4103712b82afdef8.zip |
API Documentation for KVision 0.0.18
Diffstat (limited to 'api/pl.treksoft.kvision.types/-date')
-rw-r--r-- | api/pl.treksoft.kvision.types/-date/-date.html | 16 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.types/-date/index.html | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.types/-date/-date.html b/api/pl.treksoft.kvision.types/-date/-date.html new file mode 100644 index 00000000..786d3744 --- /dev/null +++ b/api/pl.treksoft.kvision.types/-date/-date.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Date - 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">Date</a><br/> +<br/> +<h1>Date</h1> +<a name="pl.treksoft.kvision.types.Date"></a> +<code><span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">Date</span></code><br/> +<a name="pl.treksoft.kvision.types.Date"></a> +<code><span class="keyword">actual</span> <span class="keyword">typealias </span><span class="identifier">Date</span> <span class="symbol">=</span> <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html"><span class="identifier">Date</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.types/-date/index.html b/api/pl.treksoft.kvision.types/-date/index.html new file mode 100644 index 00000000..d43497c8 --- /dev/null +++ b/api/pl.treksoft.kvision.types/-date/index.html @@ -0,0 +1,13 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.types.Date - 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">Date</a><br/> +<br/> +<h1>Date</h1> +<code><span class="keyword">actual</span> <span class="keyword">typealias </span><span class="identifier">Date</span> <span class="symbol">=</span> <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html"><span class="identifier">Date</span></a></code><code><span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">Date</span></code> +</BODY> +</HTML> |