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

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

[Visual Basic]
Overridable Public Property ValidFrom As DateTime
[C#]
public DateTime ValidFrom {virtual get; virtual set;}
[C++]
public: __property virtual DateTime get_ValidFrom();
public: __property virtual void set_ValidFrom(DateTime);
[JScript]
public function get ValidFrom() : DateTime;
public function set ValidFrom(DateTime);

Property Value

A DateTime that represents a specific date. The default is the time the pattern is created.

Remarks

If the ValidFrom property is greater than the ValidUntil property, the values are switched.

See Also

RecurrencePattern Class | RecurrencePattern Members | System.Timers Namespace | DateTime | ValidUntil