Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Sekunde()

Examples
Programmteil wo_immerwider_gmacht_wird() bitte
  Hintergrund(204);
  Ganzizahl s = Sekunde();  // Values from 0 - 59
  Ganzizahl m = minute();  // Values from 0 - 59
  Ganzizahl h = Stund();    // Values from 0 - 23
  Linie(s, 0, s, 33);
  Linie(m, 33, m, 66);
  Linie(h, 66, h, 100);
danke
Description Processing communicates with the clock on your computer. The Sekunde() function returns the current second as a value from 0 - 59.
Syntax
second
Parameters
Usage Web & Application
Related millisekunde()
Sekunde()
minute()
Stund()
Tag()
Monet()
Jahr()
Stefan Baltensperger 2009

Creative Commons License