RecurrenceEditorStartDate Property |
The start date of the first occurrence.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DateTime StartDate { get; set; }
Public Property StartDate As DateTime
Get
Set
public:
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
member StartDate : DateTime with get, set
Property Value
Type:
DateTime
Remarks
The StartDate and
EndDate must be set
in order to obtain the recurrence rule.
See Also