Click or drag to resize

Segments Class

Segments.
Inheritance Hierarchy
SystemObject
  CorrigoServiceSegments

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Segments

The Segments type exposes the following members.

Constructors
 NameDescription
Public methodSegmentsInitializes a new instance of the Segments class
Top
Properties
 NameDescription
Public propertyDurationInMinutes Planned duration in minutes for the segment.
If null, this will default to defaultDurationInMinutes
Public propertySegmentId Identifier for the segment. Enter 0 if there are no multiple segments
Public propertyStartDateTime Scheduled start date and time for the segment
ISO 8601 format without timezone (yyyy-MM-ddTHH:mm:ss)
Required if isLocked equals True.
Will be ignored if isLocked equals False.
Might be used for optimizing not changing existing schedule.
Top
See Also