C1.Excel Assembly / C1.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 System.String, _
   ByVal value As System.Date _
) As System.String
 

Parameters

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