DataInputTypeIsDateTime Property |
Gets a value indicating whether this data type is date/time.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsDateTime { get; }Public ReadOnly Property IsDateTime As Boolean
Get
public:
property bool IsDateTime {
bool get ();
}member IsDateTime : bool with get
Property Value
Type:
Boolean
See Also