NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RecurrencePattern.StartTime

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);

Property Value

A TimeSpan that specifies a time of day. The default is 0:0:0.

Exceptions

Exception Type Condition
ArgumentException The StartTime property is less than 0 or greater than 23:59:59.

See Also

RecurrencePattern Class | RecurrencePattern Members | System.Timers Namespace | EndTime | TimeSpan