Gets or sets the time of a specific day when the recurrence pattern starts to occur.
[Visual Basic] Overridable Public Property StartTime As TimeSpan [C#] public TimeSpan StartTime {virtual get; virtual set;} [C++] public: __property virtual TimeSpan get_StartTime(); public: __property virtual void set_StartTime(TimeSpan); [JScript] public function get StartTime() : TimeSpan; public function set StartTime(TimeSpan);
A TimeSpan that specifies a time of day. The default is 0:0:0.
Exception Type | Condition |
---|---|
ArgumentException | The StartTime property is less than 0 or greater than 23:59:59. |
RecurrencePattern Class | RecurrencePattern Members | System.Timers Namespace | EndTime | TimeSpan