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

Name

Monet()

Examples
Programmteil wo_am_afang_gmacht_wird() bitte
  Schriftart metaBold;
  metaBold = lad_Schrift("fonts/Meta-Bold.vlw.gz"); 
  setFont(metaBold, 44); 
  kein_Luup();
danke

Programmteil wo_immerwider_gmacht_wird() bitte
  Ganzizahl d = Tag();    // Values from 1 - 31
  Ganzizahl m = Monet();  // Values from 1 - 12
  Ganzizahl y = Jahr();   // 2003, 2004, 2005, etc.
  Satz s = String.valueOf(d);
  Tegscht(s, 10, 28);
  s = String.valueOf(m);
  Tegscht(s, 10, 56); 
  s = String.valueOf(y);
  Tegscht(s, 10, 84);
danke
Description Processing communicates with the clock on your computer. The Monet() function returns the current month as a value from 1 - 12.
Syntax
Monet()
Parameters
Usage Web & Application
Related millisekunde()
Sekunde()
minute()
Stund()
Tag()
Monet()
Jahr()
Stefan Baltensperger 2009

Creative Commons License