Time¶
-
System.DateTime ITopController.Time { get; set; }¶
Gets or sets the system time of the controller.
- Value
DateTime – System time of the controller.
- Throws
InvalidArgumentException– Invalid specified time.UnsupportedException– Controller does not support system time.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException– Incompatible firmware version loaded.System.ObjectDisposedException– Object is disposed.
- Remarks
This also synchronizes all clocks in the system. The call blocks until all clocks are synchronized.