.NET 形式の書式文字列を日本の新年号に変換します。
シンタックス
'宣言
Public Shared Function FormatJapaneseDateTime( _
ByVal As System.String, _
ByVal As System.Date _
) As System.String
public static System.string FormatJapaneseDateTime(
System.string ,
System.DateTime
)
パラメータ
- fmt
- .NET 形式の書式文字列。
- value
- System.DateTime 値。
参照