التاريخ المحدد للمواصفات
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 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"]]