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

Name

Stund()

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 Stund() function returns the current hour as a value from 0 - 23.
Syntax
Stund()
Parameters
Usage Web & Application
Related millisekunde()
Sekunde()
minute()
Tag()
Monet()
Jahr()
Stefan Baltensperger 2009

Creative Commons License