RecurrenceDataControl.EndDate Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EndDate As DateTime
Get
Set
'Usage
Dim instance As RecurrenceDataControl
Dim value As DateTime
value = instance.EndDate
instance.EndDate = value
public DateTime EndDate { get; set; }
Property Value
Type: System.DateTime