SetGlobalMovingEndTimeToCurrent Method Example

The following example sets the System.GlobalEndTime property to the current system time.

Private Sub Group4_Click()

System.SetGlobalMovingEndTimeToCurrent

End Sub