datetime - VB6 Date data type: precision and formatting -


  1. how precise vb6 date data type (by way of fractions of second)?
  2. how format show fractions of second?

i'm revisiting vb6 after many years absence, , life of me can't remember things used know. considered putting tag on this, because memory leaked (hur hur hur).

i found api call afterwards, , seems work:

declare sub getsystemtime lib "kernel32.dll" (lpsystemtime systemtime)  public type systemtime   year integer   month integer   dayofweek integer   day integer   hour integer   minute integer   second integer   milliseconds integer end type 

1) seconds only, and

2) there's no way.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -