Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / FormatJapaneseDateTime Method
The .NET-style format string.
The System.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 String, _
       ByVal value As Date _
    ) As String
    public static string FormatJapaneseDateTime( 
       string fmt,
       DateTime value
    )

    Parameters

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