System::TimeSpan::Compare method
TimeSpan::Compare method
दो TimeSpan ऑब्जेक्ट्स की तुलना करता है।
static constexpr int System::TimeSpan::Compare(TimeSpan t1, TimeSpan t2)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| t1 | TimeSpan | पहला तुलनात्मक मान |
| t2 | TimeSpan | दूसरा तुलनात्मक मान |
ReturnValue
-1 if t1 is shorter than t2; 0 if t1 is equal to t2; 1 if t1 is longer than t2
संबंधित देखें
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++