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


In This Topic
    DateMask Property
    In This Topic
    Gets or sets the format string used when displaying or retrieving the date.
    Syntax
    'Declaration
     
    
    Property DateMask As String
    'Usage
     
    
    Dim instance As ISmartDatePicker
    Dim value As String
     
    instance.DateMask = value
     
    value = instance.DateMask
    string DateMask {get; set;}
    See Also