TimeInterval
JSON প্রতিনিধিত্ব |
---|
{
"kind": string,
"start": {
object (DateTime )
},
"end": {
object (DateTime )
}
} |
ক্ষেত্র |
---|
kind (deprecated) | string এই সম্পদ কি ধরনের সনাক্ত. মান: নির্দিষ্ট স্ট্রিং "walletobjects#timeInterval" । |
start | object ( DateTime ) বিরতির শুরুর সময়। অফসেট প্রয়োজন হয় না. যদি একটি অফসেট প্রদান করা হয় এবং end সময় সেট করা হয়, end অবশ্যই একটি অফসেট অন্তর্ভুক্ত করতে হবে। |
end | object ( DateTime ) ব্যবধানের শেষ সময়। অফসেট প্রয়োজন হয় না. যদি একটি অফসেট প্রদান করা হয় এবং start সময় সেট করা হয়, তাহলে start অবশ্যই একটি অফসেট অন্তর্ভুক্ত করতে হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-07 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-07 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["JSON representation defines a time interval with a start and end time."],["The `kind` field is deprecated and was used to identify the resource type."],["`start` and `end` fields represent the start and end times of the interval, respectively, using the DateTime object."],["Offsets in `start` and `end` are optional but must be consistent if used in either field."]]],[]]