農曆 → 國曆。lunar_year 用西元紀年(e.g. 2025 表「農曆 2025 年」)。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
| lunar_year * | integer | — |
| lunar_month * | integer | — |
| lunar_day * | integer | — |
| is_leap_month | boolean | — |
生の JSON schema
{
"properties": {
"lunar_year": {
"title": "Lunar Year",
"type": "integer"
},
"lunar_month": {
"title": "Lunar Month",
"type": "integer"
},
"lunar_day": {
"title": "Lunar Day",
"type": "integer"
},
"is_leap_month": {
"default": false,
"title": "Is Leap Month",
"type": "boolean"
}
},
"required": [
"lunar_year",
"lunar_month",
"lunar_day"
],
"title": "lunar_to_solarArguments",
"type": "object"
}呼び出し方
スターター——パラメータは上表参照
tw_lunar_to_solar({ lunar_year: 10 })