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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -