DateTime2Generator.IsDate Property

Gets whether only date.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IsDate As Boolean
    Get
'Usage
Dim instance As DateTime2Generator
Dim value As Boolean

value = instance.IsDate
public bool IsDate { get; }
public:
property bool IsDate {
    bool get ();
}
function get IsDate () : boolean
member IsDate : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DateTime2Generator Class

DateTime2Generator Members

Microsoft.Data.Schema.Generators.Sql Namespace