IScheduleManagerGetScheduleStateTransitionsUtc Method |  |
Access to the state changes of the schedule specified by its display name.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIEnumerable<ScheduleStateTransition> GetScheduleStateTransitionsUtc(
string scheduleName
)
Parameters
- scheduleName String
- Display name of the schedule which will be inspected.
Return Value
IEnumerableScheduleStateTransitionList 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.
RemarksUse this method in environment with multiple time zones.
See Also