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

Gets or sets the date the recurrence pattern starts being valid.

[Visual Basic]
Property ValidFrom As DateTime
[C#]
DateTime ValidFrom {get; set;}
[C++]
DateTime get_ValidFrom() = 0;void set_ValidFrom(DateTime) = 0;
[JScript]
abstract function get ValidFrom() : DateTime;
public abstract function set ValidFrom(DateTime);

Property Value

A DateTime that represents the date that the event recurrence pattern starts being valid. The default is the current day.

See Also

IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | DateTime | ValidUntil