日本の暦に年号を追加します。
シンタックス
'宣言
Public Shared Sub AddJapaneseEra( _
ByVal As System.Integer, _
ByVal As System.Date, _
ByVal As System.Date, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public static void AddJapaneseEra(
System.int ,
System.DateTime ,
System.DateTime ,
System.string ,
System.string ,
System.string ,
System.string
)
パラメータ
- era
- 年号の数値 ID。
- startTime
- 年号の開始日。
- endTime
- 年号の終了日。
- eraName
- 年号の日本語名。
- abbreviatedEraName
- 年号の日本語省略名。
- englishEraName
- 英語の年号。オプション。
- symbolEraName
- 1 文字のラテン文字による年号。
参照