ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputDate Class / Date Property

In This Topic
    Date Property
    In This Topic
    Determines the default date value for a date input.
    Syntax
    'Declaration
     
    Public Property Date As System.Nullable(Of Date)
    public System.Nullable<DateTime> Date {get; set;}
    See Also