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