ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / TimeMask Property

In This Topic
    TimeMask Property (C1DateTimePicker)
    In This Topic
    Gets or sets the input mask for the time part.
    Syntax
    'Declaration
     
    
    Public Property TimeMask As String
    public string TimeMask {get; set;}
    See Also