home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <html><head><title>Funkce Year [Runtime]</title><meta name="filename" content="text/sbasic/common/03030106"/><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="year" xmlns:help="http://openoffice.org/2000/help"> <p class="Head1"><help:link Id="66537">Funkce Year [Runtime]</help:link></p> <p class="Paragraph">Na základě číselného údaje o datu generovaného funkcí DateSerial nebo DateValue vrátí rok.</p> </help:to-be-embedded> <p class="Paragraph"><span class="T1">Syntaxe</span>:</p> <p class="Paragraph">Year (Číslo) <help:key-word value="Year" tag="kw66537_1" xmlns:help="http://openoffice.org/2000/help"/></p> <p class="Paragraph"><span class="T1">Vrácená hodnota</span>:</p> <p class="Paragraph">Typu Integer</p> <p class="Paragraph"><span class="T1">Parametr</span>:</p> <p class="Paragraph">Číslo: Celočíselný výraz obsahující číselný údaj o datu, ze kterého bude vypočten rok.</p> <p class="Paragraph">Tato funkce je opačná vůči funkci DateSerial. Na základě číselného údaje o datu generovaného funkcí DateSerial nebo DateValue tato funkce vrátí rok. Výraz</p> <p class="Paragraph">Print Year(DateSerial(1994, 12, 20))</p> <p class="Paragraph">například vrátí hodnotu 1994.</p> <p class="P2">Příklad:</p> <p class="PropText">Sub ExampleYear</p> <p class="PropText">MsgBox "" & Year(Now) ,64,"Current year"</p> <p class="PropText">End sub</p> </body></html>