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.EndTime

Gets or sets the time of a specific day when the event stops being raised.

[Visual Basic]
Property EndTime As TimeSpan
[C#]
TimeSpan EndTime {get; set;}
[C++]
TimeSpan get_EndTime() = 0;void set_EndTime(TimeSpan) = 0;
[JScript]
abstract function get EndTime() : TimeSpan;
public abstract function set EndTime(TimeSpan);

Property Value

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

See Also

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