home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html><head><title>Funkce CDateToIso [Runtime]</title><meta name="filename" content="text/sbasic/common/03030107"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
-
- p.P1{
- }
- p.P2{
- }
- span.T1{
- font-weight:bold;}
- </style></head><body>
-
-
- <help:to-be-embedded Eid="cdatetoiso" xmlns:help="http://openoffice.org/2000/help">
- <p class="Head1"><help:link Id="68580">Funkce CDateToIso [Runtime]</help:link></p>
- <p class="Paragraph">Na základě číselného údaje o datu generovaného funkcí DateSerial nebo DateValue vrátí datum ve formátu ISO.</p>
- </help:to-be-embedded>
- <p class="Paragraph"><span class="T1">Syntaxe</span>:</p>
- <p class="Paragraph">CDateToIso(Číslo) <help:key-word value="CDateToIso" tag="kw68580_1" xmlns:help="http://openoffice.org/2000/help"/></p>
- <p class="Paragraph"><span class="T1">Vrácená hodnota</span>:</p>
- <p class="Paragraph">Typu String</p>
- <p class="Paragraph"><span class="T1">Parametr</span>:</p>
- <p class="Paragraph">Číslo: Celé číslo, které obsahuje číselnou hodnotu data.</p>
- <p class="P2">Příklad:</p>
- <p class="PropText">Sub ExampleCDateToIso</p>
- <p class="PropText">MsgBox "" & CDateToIso(Now) ,64,"ISO Date"</p>
- <p class="PropText">End Sub</p>
- </body></html>
-