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: CorrigoServiceAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime? StartDateTime { get; set; }Public Property StartDateTime As DateTime?
Get
Set
No code example is currently available or this language may not be supported.
Property Value
NullableDateTime
See Also