DateRange
JSON 表現 |
{
"startDate": {
object (Date )
},
"endDate": {
object (Date )
}
} |
フィールド |
startDate |
object (Date )
期間の開始日(指定した日を含む)。終了日以下の日付を指定してください。
|
endDate |
object (Date )
期間の終了日(指定した日を含む)。開始日以降の日付を指定してください。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["Defines a single date range with inclusive start and end dates."],["`startDate` and `endDate` fields represent the boundaries of the date range, using the `Date` object format."],["The `startDate` must be less than or equal to the `endDate` to ensure a valid range."]]],[]]