MetaColumnHasTime Property |
True if the column is a DateTime displaying time
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[XmlIgnoreAttribute]
public bool HasTime { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property HasTime As Boolean
Get
public:
[XmlIgnoreAttribute]
property bool HasTime {
bool get ();
}
[<XmlIgnoreAttribute>]
member HasTime : bool with get
Property Value
Type:
Boolean
See Also