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);
A DateTime that represents the date that the event recurrence pattern starts being valid. The default is the current day.
IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | DateTime | ValidUntil