名稱 | 類型 | 說明 |
---|---|---|
amount | Number | 金額。 |
currency | Text | 金額的表示貨幣 (採用 3 個英文字母組成的 ISO 4217 格式)。 |
endDate | 日期 | 項目的結束日期和時間 (採用 ISO 8601 日期格式)。 |
startDate | 日期 | 項目的開始日期和時間 (採用 ISO 8601 日期格式)。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-03 (世界標準時間)。
[null,null,["上次更新時間:2024-09-03 (世界標準時間)。"],[[["`DatedMoneySpecification` defines a monetary amount with a specified currency, start date, and end date."],["It uses ISO 4217 for currency representation and ISO 8601 for date and time formats."],["It extends the `StructuredValue` type and includes properties for amount, currency, start date, and end date."]]],["The `DatedMoneySpecification` type defines monetary information with temporal context. It includes the `amount` of money (a number) and its `currency` (3-letter ISO 4217 format). It specifies a period using `startDate` and `endDate`, both in ISO 8601 date format, defining when the specified monetary amount is applicable. This type extends `StructuredValue` to be able to have structured representation.\n"]]