DateTimeControl.TimeOnly 属性
获取或设置一个值,指示此控件显示只有时间值和非日期值。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<BindableAttribute(True)> _
Public Property TimeOnly As Boolean
Get
Set
用法
Dim instance As DateTimeControl
Dim value As Boolean
value = instance.TimeOnly
instance.TimeOnly = value
[BindableAttribute(true)]
public bool TimeOnly { get; set; }
属性值
类型:System.Boolean
true控件仅显示时间值 ; 如果否则为false。默认值为false。