Spécification monétaire
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/03 (UTC).
[null,null,["Dernière mise à jour le 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"]]