DateTimeInterval
2 つの DateTime ポイントの間隔を表します。
startTime と endTime の両方のタイムゾーン設定が一致している必要があります。
JSON 表現 |
{
"startTime": {
object (DateTime )
},
"endTime": {
object (DateTime )
}
} |
フィールド |
startTime |
object (DateTime )
その間隔の開始データポイント。 出発地のタイムゾーンは開始地点のタイムゾーンと一致する必要があります。
|
endTime |
object (DateTime )
間隔の終了データポイント。 出発地のタイムゾーンは開始地点のタイムゾーンと一致する必要があります。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-03-28 UTC。
[null,null,["最終更新日 2023-03-28 UTC。"],[[["Represents an interval between two DateTime points, requiring matching time zones for both start and end times."],["Includes `startTime` and `endTime` fields, both utilizing the DateTime object for specifying the interval's boundaries."],["The `startTime` is inclusive, while the `endTime` is exclusive, indicating the range of the interval."]]],[]]