CVTime.TimeScale Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how many TimeValues make up one second.
public long TimeScale;
val mutable TimeScale : int64
Field Value
Remarks
If the value of TimeScale is 600, that means that there are 600 TimeValues per second.
If the TimeScale is 600 and TimeValue is 2,400 that means that the CVTime represents four seconds.