Long int GetUSec () const

From FM Plugin Wikipedia
Jump to: navigation, search

Get the microseconds portion of a time/timestamp as an long integer.

If you have a time of 4:15:32.689, calling GetUSec() on it will return 689000, which is the portion of a second to the right of the decimal point, expressed in microseconds.