TimeWindow
JSON প্রতিনিধিত্ব |
---|
{
"startTime": string,
"endTime": string
} |
ক্ষেত্র |
---|
start Time | string ( Timestamp format) প্রয়োজন। টাইম উইন্ডোর শুরুর সময় (অন্তর্ভুক্ত)। RFC3339 UTC "জুলু" ফর্ম্যাটে একটি টাইমস্ট্যাম্প, ন্যানোসেকেন্ড রেজোলিউশন এবং নয়টি পর্যন্ত ভগ্নাংশের সংখ্যা। উদাহরণ: "2014-10-02T15:01:23Z" এবং "2014-10-02T15:01:23.045123456Z" । |
end Time | string ( Timestamp format) প্রয়োজন। টাইম উইন্ডোর শেষ সময় (অন্তর্ভুক্ত)। RFC3339 UTC "জুলু" ফর্ম্যাটে একটি টাইমস্ট্যাম্প, ন্যানোসেকেন্ড রেজোলিউশন এবং নয়টি পর্যন্ত ভগ্নাংশের সংখ্যা। উদাহরণ: "2014-10-02T15:01:23Z" এবং "2014-10-02T15:01:23.045123456Z" । |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-18 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-18 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Defines a time range with a start and end time."],["Uses JSON representation for the time range with `startTime` and `endTime` fields."],["Requires both `startTime` and `endTime` to be in RFC3339 UTC \"Zulu\" format with nanosecond resolution."],["Time window includes both the start and end times (inclusive)."]]],[]]