Click or drag to resize

SegmentsStartDateTime Property

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.

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DateTime? StartDateTime { get; set; }

Property Value

NullableDateTime
See Also