Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.Controls Assembly / Xceed.Wpf.Controls Namespace / DateTimeTextBox Class / GetFullFormatSpecifier Method


In This Topic
    GetFullFormatSpecifier Method
    In This Topic
    Retrieves the full format specifier for the specified DateTimeMaskMode and format provider.
    Syntax
    'Declaration
     
    Public Shared Function GetFullFormatSpecifier( _
       ByVal maskMode As DateTimeMaskMode, _
       ByVal format As IFormatProvider _
    ) As String
    'Usage
     
    Dim maskMode As DateTimeMaskMode
    Dim format As IFormatProvider
    Dim value As String
     
    value = DateTimeTextBox.GetFullFormatSpecifier(maskMode, format)
    public static string GetFullFormatSpecifier( 
       DateTimeMaskMode maskMode,
       IFormatProvider format
    )

    Parameters

    maskMode
    format
    Exceptions
    ExceptionDescription
    DateTimeMaskMode.Custom is not a supported value.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also