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);
A DateTime that represents a specific date. The default is the time the pattern is created.
If the ValidFrom property is greater than the ValidUntil property, the values are switched.
RecurrencePattern Class | RecurrencePattern Members | System.Timers Namespace | DateTime | ValidUntil