System::Globalization::HebrewCalendar クラス
コンテンツ
[
隠れる
]HebrewCalendar class
ヘブライ暦。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうしないとランタイムエラーやアサーション障害が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、関数に引数として渡す際はそのポインタを使用してください。
class HebrewCalendar : public System::Globalization::Calendar
メソッド
| メソッド | 説明 |
|---|---|
| Clone() override | RTTI 情報。 |
| get_AlgorithmType() const override | アルゴリズムのタイプを取得します。 |
| get_Eras() const override | カレンダーに存在する元号の一覧を取得します。 |
| get_MaxSupportedDateTime() const override | カレンダーがサポートする最大の時点。 |
| get_MinSupportedDateTime() const override | カレンダーがサポートする最小の時点。 |
| GetDayOfWeek(DateTime) const override | 指定された時点の曜日を取得します。 |
| GetDaysInMonth(int, int, int) const override | 特定の月の日数を取得します。 |
| GetEra(DateTime) const override | 指定された時点の元号を取得します。 |
| GetLeapMonth(int, int) const override | 指定された年の閏月を取得します。 |
| virtual GetLeapMonth(int) const | RTTI 情報。 |
| GetMonth(DateTime) const override | 指定された時点の月を取得します。 |
| GetMonthsInYear(int, int) const override | 指定された年の月数を取得します。 |
| virtual GetMonthsInYear(int) const | 指定された年の月数を取得します。 |
| HebrewCalendar() | コンストラクタ。 |
| IsLeapDay(int, int, int, int) const override | 日がうるう年かどうかをチェックします。 |
| virtual IsLeapDay(int, int, int) const | 日がうるう年かどうかをチェックします。 |
| IsLeapMonth(int, int, int) const override | 月がうるう月かどうかをチェックします。 |
| virtual IsLeapMonth(int, int) const | 月がうるう月かどうかをチェックします。 |
| IsLeapYear(int, int) const override | 年がうるう年かどうかをチェックします。 |
| virtual IsLeapYear(int) const | 年がうるう年かどうかをチェックします。 |
| set_TwoDigitYearMax(int) override | 2 桁で表現できる最終年を設定します。 |
| ToDateTime(int, int, int, int, int, int, int, int) const override | コンポーネントから DateTime オブジェクトを構築します。 |
| virtual ToDateTime(int, int, int, int, int, int, int) const | コンポーネントから DateTime オブジェクトを構築します。 |
フィールド
| フィールド | 説明 |
|---|---|
| static constexpr HebrewEra | 現在のヘブライ暦の時代。 |
参照
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++