home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / TMFR14.ZIP / TIMEFRAM.TXT < prev   
Text File  |  1994-02-03  |  3KB  |  89 lines

  1. ----------------------------------------------------------------
  2. TIMEFRAME 1.4 for Windows
  3. ----------------------------------------------------------------
  4.  
  5. by     Jakob Braeuchi
  6.     Kasernenstrasse 36
  7.     CH-3013 Bern
  8.     Switzerland
  9.  
  10.     CompuServe 100014,567
  11.  
  12.  
  13. This utility was realized with MS-Visual C++ 1.0 and MFC 2.0    
  14.  
  15. * If you find it useful ,please send me CHF 10.- 
  16. * (about 7 US-Dollars) or equivalent in cash; no checks please !
  17.  
  18. What's new
  19. ----------
  20.  
  21. Version 1.4 gets the Format to display the time/date from TIMEFRAM.INI 
  22.  
  23.  
  24. Function
  25. --------
  26.  
  27. TimeFrame displays the current time in the caption of the
  28. active window. When you open a dialog-box (eg. About), the
  29. time display remains in the parent's caption. 
  30.  
  31. If you put TimeFrame in your StartUp-Group check the Run
  32. Minimized Box.
  33.  
  34. timefram.ini
  35. ------------
  36.  
  37. TimeFrame stores it's parameters in this ini-file.
  38. The settings for 'Interval' and 'Position' are taken
  39. from the controls in the dialog-box of TimeFrame.
  40. 'MaxInterval' in seconds (default = 10) can be
  41. changed manually if desired.
  42.  
  43. [TimeFrame]
  44. MaxInterval=10   
  45. Interval=5
  46. Position=RIGHT
  47. Format=<%H:%M:%S>                This is the default if "Format=" is missing
  48. ;Format=<%d.%m.%y - %H:%M>         Shows Date and Time without seconds
  49. ;Format=<%a %d - %H:%M>         Shows Weekday and Time without seconds
  50. ;Format=< it's now %H:%M:%S >    you can use almost any string in format 
  51.  
  52.  
  53. Format
  54. ------
  55.  
  56. Format    Description
  57.  
  58. %a    Abbreviated weekday name
  59. %A    Full weekday name
  60. %b    Abbreviated month name
  61. %B    Full month name
  62. %c    Date and time representation appropriate for the locale
  63. %d     Day of the month as a decimal number (01-31)
  64. %H    Hour in 24-hour format (00-23)
  65. %I    Hour in 12-hour format (01-12)
  66. %j    Day of the year as a decimal number (001-366)
  67. %m     Month as a decimal number (01-12)
  68. %M     Minute as a decimal number (00-59)
  69. %p     Current locale's AM/PM indicator for a 12-hour clock
  70. %S     Second as a decimal number (00-59)
  71. %U     Week of the year as a decimal number, with Sunday as the first day of the week (00-51)
  72. %w    Weekday as a decimal number (0-6; Sunday is 0)
  73. %W     Week of the year as a decimal number, with Monday as the first day of the week (00-51)
  74. %x    Date representation for current locale
  75. %X     Time representation for current locale
  76. %y    Year without the century as a decimal number (00-99)
  77. %Y    Year with the century as a decimal number
  78. %Z     Time zone name or abbreviation; no characters if time zone is unknown
  79. %%     Percent sign
  80.  
  81.  
  82. Enjoy it !
  83.  
  84. Jakob Braeuchi
  85. ----------------------------------------------------------------
  86. TIMEFRAME 1.4 for Windows
  87. ----------------------------------------------------------------
  88.  
  89.