Click or drag to resize

ITimelineManagerGetCurrentPositionUtc Method

Gets the current position of the hairline.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
DateTime GetCurrentPositionUtc()

Return Value

DateTime
The current position of the timeline as DateTime object. The time format is UTC.
Exceptions
ExceptionCondition
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
Remarks
Use this method in environment with multiple time zones.
See Also