DateTimeInterval
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
দুটি DateTime পয়েন্টের মধ্যে একটি ব্যবধানের প্রতিনিধিত্ব করে।
স্টার্টটাইম এবং এন্ডটাইম উভয়ের টাইমজোন ফিল্ড অবশ্যই মিলবে৷
JSON প্রতিনিধিত্ব |
---|
{
"startTime": {
object (DateTime )
},
"endTime": {
object (DateTime )
}
} |
ক্ষেত্র |
---|
startTime | object ( DateTime ) ব্যবধানের ডেটাপয়েন্ট শুরু হচ্ছে (অন্তর্ভুক্ত)। শেষ বিন্দুর টাইমজোন অবশ্যই স্টার্ট পয়েন্টের টাইমজোনের সাথে মেলে। |
endTime | object ( DateTime ) ব্যবধানের ডেটাপয়েন্ট শেষ হচ্ছে (এক্সক্লুসিভ)। শেষ বিন্দুর টাইমজোন অবশ্যই স্টার্ট পয়েন্টের টাইমজোনের সাথে মেলে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eRepresents an interval of time between two DateTime points, inclusive of the start and exclusive of the end.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estartTime\u003c/code\u003e and \u003ccode\u003eendTime\u003c/code\u003e fields must have matching time zones.\u003c/p\u003e\n"],["\u003cp\u003eThe interval is represented using JSON, with \u003ccode\u003estartTime\u003c/code\u003e and \u003ccode\u003eendTime\u003c/code\u003e objects specifying the boundaries.\u003c/p\u003e\n"]]],["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,["# DateTimeInterval\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents an interval between two DateTime points.\n\nThe timeZone field of both startTime and endTime must match.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"startTime\": { object (/play/developer/reporting/reference/rest/Shared.Types/DateTime) }, \"endTime\": { object (/play/developer/reporting/reference/rest/Shared.Types/DateTime) } } ``` |\n\n| Fields ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `startTime` | `object (`[DateTime](/play/developer/reporting/reference/rest/Shared.Types/DateTime)`)` Starting datapoint of the interval (inclusive). The timezone of the end point must match the timezone of the start point. |\n| `endTime` | `object (`[DateTime](/play/developer/reporting/reference/rest/Shared.Types/DateTime)`)` Ending datapoint of the interval (exclusive). The timezone of the end point must match the timezone of the start point. |"]]