home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Programmer'…arterly (Limited Edition) / Visual_Basic_Programmers_Journal_VB-CD_Quarterly_Limited_Edition_1995.iso / sharewar / midat5 / vbpjinst.txt < prev    next >
Text File  |  1995-03-21  |  551b  |  13 lines

  1.                 March 21, 1995
  2.  
  3. Andy,
  4.  
  5. MIDAT500.VBX allows a VB programmer to obtain almost any time or date value
  6. that is needed without using the FORMAT(NOW) function.  Having the values as
  7. properties makes it much faster than FORMAT(NOW).  Sample program MICOMP.EXE
  8. demonstrates the difference.  Sample program MIVB.EXE shows the values that
  9. are available and allows changing the options for formatting and the timer.
  10. There is also the code behind the two sample programs.  
  11. It also works as a timer that is more accurate than the VB timer.  
  12.  
  13. Mike