Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDatePicker Interface / CurrentDate Property


In This Topic
    CurrentDate Property
    In This Topic
    Gets or sets the displayed date.
    Syntax
    'Declaration
     
    
    Property CurrentDate As String
    'Usage
     
    
    Dim instance As ISmartDatePicker
    Dim value As String
     
    instance.CurrentDate = value
     
    value = instance.CurrentDate
    string CurrentDate {get; set;}
    See Also