Méthode System::TimeSpan::Compare
TimeSpan::Compare method
Compare deux objets TimeSpan.
static constexpr int System::TimeSpan::Compare(TimeSpan t1, TimeSpan t2)
| Paramètre | Type | Description |
|---|---|---|
| t1 | TimeSpan | Le premier comparande |
| t2 | TimeSpan | Le deuxième comparande |
ReturnValue
-1 if t1 is shorter than t2; 0 if t1 is equal to t2; 1 if t1 is longer than t2
Voir aussi
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++