Twinkle HubTwinkle Hub

農曆 → 國曆

tw_lunar_to_solar

기타 · 26개🇹🇼 대만읽기 전용

農曆 → 國曆。lunar_year 用西元紀年(e.g. 2025 表「農曆 2025 年」)。

파라미터

이름타입설명
lunar_year *integer
lunar_month *integer
lunar_day *integer
is_leap_monthboolean
원본 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 })