Click or drag to resize

ITimelineManagerSetCurrentPositionUtc Method

Moves the hairline to the given DateTime position.

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

Parameters

positionUtc  DateTime
The position where the hairline shall be set. The time format is UTC.
Exceptions
ExceptionCondition
SdkExceptionpositionUtc is less then 01.01.1953 in UTC format.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
Remarks
Use this method in environment with multiple time zones.
See Also