מפרט התאריך
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-03 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-03 (שעון UTC)."],[[["`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"]]