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!

IRecurrencePattern.StartTime

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

Property Value

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

See Also

IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | EndTime | TimeSpan