Click or drag to resize

IScheduleManagerGetScheduleStateTransitionsUtc Method

Access to the state changes of the schedule specified by its display name.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IEnumerable<ScheduleStateTransition> GetScheduleStateTransitionsUtc(
	string scheduleName
)

Parameters

scheduleName  String
Display name of the schedule which will be inspected.

Return Value

IEnumerableScheduleStateTransition
List of the state transition objects. If the schedule with the specified display name does not exist the SDK exception will be thrown. The returned collection is empty if the specified schedule does not contain any state transitions. The TransitionTime is expressed in this case as UTC. The returned colletion contains at most three elements.
Remarks
Use this method in environment with multiple time zones.
See Also