DateTimeInterval
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מייצג מרווח בין שתי נקודות DateTime.
הערך של השדה 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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],["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"],null,[]]