System::DateTimeOffset::operator< मेथड
अंतर्वस्तु
[
छिपाना
]DateTimeOffset::operator<(const DateTimeOffset&) const method
निर्धारित करता है कि क्या वर्तमान ऑब्जेक्ट द्वारा दर्शाया गया तिथि और समय मान निर्दिष्ट DateTimeOffset ऑब्जेक्ट द्वारा दर्शाए गए मान से पहले है।
bool System::DateTimeOffset::operator<(const DateTimeOffset &other) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| other | const DateTimeOffset& | वर्तमान ऑब्जेक्ट की तुलना करने के लिए DateTimeOffset ऑब्जेक्ट |
ReturnValue
यदि वर्तमान ऑब्जेक्ट द्वारा दर्शाया गया तिथि और समय मान other द्वारा दर्शाए गए मान से पहले है तो true, अन्यथा - false
संबंधित देखें
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::operator<(std::nullptr_t) const method
bool System::DateTimeOffset::operator<(std::nullptr_t) const
संबंधित देखें
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
title: System::DateTimeOffset::operator> मेथड लिंक शीर्षक: operator> second_title: Aspose.Page for C++ description: ‘System::DateTimeOffset::operator> मेथड। निर्धारित करता है कि क्या वर्तमान ऑब्जेक्ट द्वारा दर्शाया गया तिथि और समय मान निर्दिष्ट DateTimeOffset ऑब्जेक्ट द्वारा दर्शाए गए मान से बाद में है C++ में।’ type: docs वजन: 3900 यूआरएल: /cpp/system/datetimeoffset/operator_/
DateTimeOffset::operator>(const DateTimeOffset&) const method
निर्धारित करता है कि क्या वर्तमान ऑब्जेक्ट द्वारा दर्शाया गया तिथि और समय मान निर्दिष्ट DateTimeOffset ऑब्जेक्ट द्वारा दर्शाए गए मान से बाद में है।
bool System::DateTimeOffset::operator>(const DateTimeOffset &other) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| other | const DateTimeOffset& | वर्तमान ऑब्जेक्ट की तुलना करने के लिए DateTimeOffset ऑब्जेक्ट |
ReturnValue
यदि वर्तमान ऑब्जेक्ट द्वारा दर्शाया गया तिथि और समय मान other द्वारा दर्शाए गए मान से बाद में है तो true, अन्यथा - false
संबंधित देखें
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::operator>(std::nullptr_t) const method
bool System::DateTimeOffset::operator>(std::nullptr_t) const
संबंधित देखें
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++