Gets or sets the time of a specific day when the recurrence pattern starts to occur.
[Visual Basic] Property StartTime As TimeSpan [C#] TimeSpan StartTime {get; set;} [C++] TimeSpan get_StartTime() = 0;void set_StartTime(TimeSpan) = 0; [JScript] abstract function get StartTime() : TimeSpan; public abstract function set StartTime(TimeSpan);
A TimeSpan that specifies a time of day. The default is 0:0:0.
IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | EndTime | TimeSpan