ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / GetCurrentDateTimeFormat Method / GetCurrentDateTimeFormat(FrameworkElement) Method

In This Topic
    GetCurrentDateTimeFormat(FrameworkElement) Method
    In This Topic
    Gets the current date time format based on the specified element Language property value.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetCurrentDateTimeFormat( _
       ByVal element As Windows.UI.Xaml.FrameworkElement _
    ) As System.Globalization.DateTimeFormatInfo
    public static System.Globalization.DateTimeFormatInfo GetCurrentDateTimeFormat( 
       Windows.UI.Xaml.FrameworkElement element
    )

    Parameters

    element
    See Also