Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartDatePicker Object / DateMask Property
In This Topic
    DateMask Property
    In This Topic
    Gets or sets the format string used when displaying/retrieving the current date. (This property uses .NET date and time format specifiers.)
    Syntax
    expression.DateMask As String
    where expression is a variable that represents a SmartDatePicker Object
    See Also