DateTimeControl.SelectedDate 属性
获取或设置控件中当前选定的日期。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<BindableAttribute(False)> _
Public Property SelectedDate As DateTime
Get
Set
用法
Dim instance As DateTimeControl
Dim value As DateTime
value = instance.SelectedDate
instance.SelectedDate = value
[BindableAttribute(false)]
public DateTime SelectedDate { get; set; }
属性值
类型:System.DateTime
一个DateTime值,该值指示当前选定的日期。