DateTimeInterval
दो DataTime पॉइंट के बीच का इंटरवल दिखाता है.
startTime और endTime दोनों का timeZone फ़ील्ड मैच होना चाहिए.
जेएसओएन के काेड में दिखाना |
{
"startTime": {
object (DateTime )
},
"endTime": {
object (DateTime )
}
} |
फ़ील्ड |
startTime |
object (DateTime )
इंटरवल का डेटापॉइंट शुरू हो रहा है. समाप्ति बिंदु का समय क्षेत्र, प्रारंभ बिंदु के समय क्षेत्र से मेल खाना चाहिए.
|
endTime |
object (DateTime )
इंटरवल का डेटापॉइंट (खास तौर पर) खत्म हो रहा है. समाप्ति बिंदु का समय क्षेत्र, प्रारंभ बिंदु के समय क्षेत्र से मेल खाना चाहिए.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]