DateTimeInterval
מרווח בין שתי נקודות של TimeTime.
השדה timeZone של startTime ו-endTime חייב להיות תואם.
ייצוג JSON |
{
"startTime": {
object (DateTime )
},
"endTime": {
object (DateTime )
}
} |
שדות |
startTime |
object (DateTime )
נקודת הנתונים של המרווח (כולל). אזור הזמן של נקודת הסיום חייב להתאים לאזור הזמן של נקודת ההתחלה.
|
endTime |
object (DateTime )
נקודת הסיום של המרווח (לא כולל). אזור הזמן של נקודת הסיום חייב להתאים לאזור הזמן של נקודת ההתחלה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-12-20 (שעון UTC).
[null,null,["עדכון אחרון: 2022-12-20 (שעון UTC)."],[[["Represents an interval of time between two DateTime points, inclusive of the start and exclusive of the end."],["The `startTime` and `endTime` fields must have matching time zones."],["The interval is represented using JSON, with `startTime` and `endTime` objects specifying the boundaries."]]],["The core content describes a time interval defined by a start and end time. Both `startTime` and `endTime` are DateTime objects. The JSON representation shows these as the key fields. The time zone of the `endTime` must correspond to the timezone of the `startTime`. The interval's `startTime` is inclusive, and the `endTime` is exclusive.\n"]]