Click or drag to resize

ScheduleStateTransitionTransitionTime Property

Gets the date/time of the schedule state transition. In case of using the method GetScheduleStateTransitions(String) the time is expressed as local time of the Management Server. In case of using the method GetScheduleStateTransitionsUtc(String) the time is expressed as UTC time.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public DateTime TransitionTime { get; }

Property Value

DateTime
See Also