ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / FormatJapaneseDateTime Method
The .NET-style format string.
The Windows.Foundation.DateTime value.

In This Topic
    FormatJapaneseDateTime Method
    In This Topic
    Converts .NET-style format string to New Japanese Era.
    Syntax
    'Declaration
     
    Public Shared Function FormatJapaneseDateTime( _
       ByVal fmt As System.String, _
       ByVal value As System.Date _
    ) As System.String
    public static System.string FormatJapaneseDateTime( 
       System.string fmt,
       System.DateTime value
    )

    Parameters

    fmt
    The .NET-style format string.
    value
    The Windows.Foundation.DateTime value.
    See Also