GlobalTimerApply Method Example
The following example shows how to use the Global Time Control and Playback properties.
Private Sub DTPicker7_Change()
System.GlobalStartTime = DTPicker7.Value
System.GlobalDuration = 3600
System.GlobalPlayBack = True
System.GlobalPlayBackFrameSize = 600
System.GlobalTimerApply
'The above settings will enable playback of 1 hour data showing 10 minutes of data each time.
End Sub