Excel for WPF and Silverlight
FormatJapaneseDateTime Method

C1.WPF.Excel Namespace > XLStyle Class : FormatJapaneseDateTime Method
The .NET-style format string.
The System.DateTime value.
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 System.DateTime value.
See Also

Reference

XLStyle Class
XLStyle Members