Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDateTimeTextBox Class / HasCustomFormat Property


In This Topic
    HasCustomFormat Property
    In This Topic
    Checks whether the owner date time box has a custom set date/time format.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property HasCustomFormat As System.Boolean
    'Usage
     
    
    Dim instance As NDateTimeTextBox
    Dim value As System.Boolean
     
    value = instance.HasCustomFormat
    protected System.bool HasCustomFormat {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also