ユリウス暦
More...
#include <GxSysEnvironment.h>
|
|
|
| GxJulianDate (void) |
| | デフォルトコンストラクタ
|
| |
|
| GxJulianDate (s32 year, s32 month, s32 day) |
| | コンストラクタ
|
| |
| | GxJulianDate (s32 julianDay) |
| | コンストラクタ
|
| |
|
| GxDateBase (void) |
| | デフォルトコンストラクタ
|
| |
| | GxDateBase (s32 year, s32 month, s32 day) |
| | コンストラクタ
|
| |
| | GxDateBase (s32 julianDay) |
| | コンストラクタ
|
| |
|
constexpr s32 | getYear (void) const |
| | 年を取得
|
| |
|
constexpr void | setYear (s32 year) |
| | 年を設定
|
| |
|
constexpr s32 | getMonth (void) const |
| | 月を取得
|
| |
|
constexpr void | setMonth (s32 month) |
| | 月を設定
|
| |
|
constexpr s32 | getDay (void) const |
| | 日を取得
|
| |
|
constexpr void | setDay (s32 day) |
| | 日を設定
|
| |
| GxString | getDateString (void) const |
| | 日付文字列を返す
|
| |
| WEEKDAY | getWeekday (void) const |
| | 曜日を返す
|
| |
|
constexpr | GxClassBase (void) |
| | コンストラクタ
|
| |
|
constexpr | GxClassBase (const GxClassBase &base) |
| | コピーコンストラクタ
|
| |
|
| ~GxClassBase (void) override |
| | デストラクタ
|
| |
|
constexpr | GxClassBaseRoot (void) |
| | コンストラクタ
|
| |
|
constexpr | GxClassBaseRoot (const GxClassBaseRoot &) |
| | コピーコンストラクタ
|
| |
|
virtual | ~GxClassBaseRoot (void) |
| | デストラクタ
|
| |
|
constexpr GxClassBaseRoot & | operator= (const GxClassBaseRoot &) |
| | 代入演算子
|
| |
|
virtual GxRtti & | getRtti (void) const =0 |
| | Rttiの取得
|
| |
| virtual GX_FORCE_INLINE const GxTypedObject * | getDefaultObject (void) |
| | デフォルトオブジェクトを取得
|
| |
|
GX_FORCE_INLINE b32 | isDefaultObject (void) |
| | デフォルトオブジェクト判定
|
| |
|
|
static constexpr s32 | divedeFloor (s32 a, s32 b) |
| | 除算(切り捨て)
|
| |
| static f64 | GetGreenwichSiderealTime (f64 Tu) |
| |
|
static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| | Rttiの取得
|
| |
| static s16 | _totalDays [12] |
| |
| static s32 | getMonth (s32 julianDay) |
| | 月を取得
|
| |
| static s32 | getDate (s32 julianDay, s32 month) |
| | 日を取得
|
| |
| s16 | _year |
| | 合計日数
|
| |
|
s8 | _month |
| | 月
|
| |
|
s8 | _day |
| | 日
|
| |
◆ GxJulianDate()
| GxJulianDate::GxJulianDate |
( |
s32 | julianDay | ) |
|
◆ getJulianDay()
| s32 GxJulianDate::getJulianDay |
( |
void | | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxSysEnvironment.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxSysEnvironment.cpp