- foregroundColor - hexadecimal number of a foreground colour without hash-sign. If you use "FF0000" the timezoneClock will generate an output string like this:
display=<font size="24" color="#FF0000">12:53</font>
- shadowColor - hexadecimal number of a shadow colour without hash-sign. If you use "FF0000" the timezoneClock will generate an output string like this:
shadow=<font size="24" color="#FF0000">12:531</font>
- fontSize - number of font size. If you use "22" the timezoneClock will generate an output string like this[1]:
<font size="22" color="#3366CC">12:53</font>
- styleTag - html tag ("b", "i", etc) what will put before and after the time string. If you use "b" the timezoneClock will generate an output string like this:
<b> <font size="24" color="#3366CC">12:53</font> <b>