DATETIME/de

From MCS Wiki AVR
< DATETIME(Difference between revisions)
Jump to: navigation, search
m (1 revision)
 
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) ==The DateTime library is written by Josef Franz Vögel. It extends the clock routines with date and time calculation.
+
Die DateTime Library wurde erstellt von Josef Franz Vögel. Sie erweitert die Clock-Routinen um Datums- und Zeitberechnungen.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
Line 5: Line 5:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
The following functions are available:
+
Die folgenden Funktonen sind verfügbar:
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
Line 15: Line 15:
  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
Returns the day of the week
+
Gibt den Wochentag zurück
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 22: Line 22:
  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
Returns the day of the year
+
Gibt den Tag im Jahr zurück
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 29: Line 29:
  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
Returns the second of the day
+
Gibt die Tagessekunde zurück
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 36: Line 36:
  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
Returns the elapsed Seconds to a former assigned time-stamp
+
Gibt die verstrichenen Sekunden seit einem vorher zugewiesenen Zeitstempel zurück
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 43: Line 43:
  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
Returns a number, which represents the System Day
+
Gibt den Systemtag zurück
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 50: Line 50:
  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
Returns a Number, which represents the System Second
+
Gibt die Systemsekunde zurück
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 57: Line 57:
  
 
| valign="top" width="835" style="width: 835px; height: 16px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; height: 16px; border: 1px solid rgb(0, 0, 0);" |  
Returns the elapsed Seconds to a earlier assigned system-time-stamp
+
Gibt die verstrichenen Sekunden seit einem Zeitstempel zurück
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 64: Line 64:
  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
Returns a time-value (String or 3 Byte for Second, Minute and Hour) depending of the Type of the Target
+
Gibt einen Zeit-Wert zurück (String oder 3 Byte für Sekunde, Minute und Stunde) in Abhängigkeit des Zieldatentyps
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 71: Line 71:
  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="835" style="width: 835px; border: 1px solid rgb(0, 0, 0);" |  
Returns a date-value (String or 3 Bytes for Day, Month and Year) depending of the Type of the Target
+
Gibt einen Datums-Wert zurück (String oder 3 Bytes für Tag, Monat und Jahr) abhängig vom Zieldatentyp.
  
 
|}
 
|}
Line 79: Line 79:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
[[File:Notice.jpg|notice]]&nbsp;Date and time not to be confused with Date$ and Time$&nbsp;!
+
[[File:Notice.jpg|notice]]&nbsp;Date und time sollten nicht verwechselt werden mit Date$ und Time$&nbsp;!
  
 
&nbsp;
 
&nbsp;
Line 85: Line 85:
 
&nbsp;
 
&nbsp;
  
= <span class="f_Header">See also</span> =
+
= <span class="f_Header">Siehe auch</span> =
  
 
[[CONFIG CLOCK|config clock]],&nbsp;[[CONFIG DATE|config date]]
 
[[CONFIG CLOCK|config clock]],&nbsp;[[CONFIG DATE|config date]]

Latest revision as of 01:21, 19 March 2013

Die DateTime Library wurde erstellt von Josef Franz Vögel. Sie erweitert die Clock-Routinen um Datums- und Zeitberechnungen.

 

 

Die folgenden Funktonen sind verfügbar:

 

DayOfWeek

Gibt den Wochentag zurück

DayOfYear

Gibt den Tag im Jahr zurück

SecOfDay

Gibt die Tagessekunde zurück

SecElapsed

Gibt die verstrichenen Sekunden seit einem vorher zugewiesenen Zeitstempel zurück

SysDay

Gibt den Systemtag zurück

SysSec

Gibt die Systemsekunde zurück

SysSecElapsed

Gibt die verstrichenen Sekunden seit einem Zeitstempel zurück

Time

Gibt einen Zeit-Wert zurück (String oder 3 Byte für Sekunde, Minute und Stunde) in Abhängigkeit des Zieldatentyps

Date

Gibt einen Datums-Wert zurück (String oder 3 Bytes für Tag, Monat und Jahr) abhängig vom Zieldatentyp.

 

 

notice Date und time sollten nicht verwechselt werden mit Date$ und Time$ !

 

 

Siehe auch

config clockconfig date



Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language