System::DateTimeOffset::operator< method
isi
[
bersembunyi
]DateTimeOffset::operator<(const DateTimeOffset&) const method
Menentukan apakah objek saat ini mewakili nilai tanggal dan waktu yang lebih awal daripada nilai yang diwakili oleh objek DateTimeOffset yang ditentukan.
bool System::DateTimeOffset::operator<(const DateTimeOffset &other) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| other | const DateTimeOffset& | Objek DateTimeOffset untuk dibandingkan dengan objek saat ini |
ReturnValue
True jika nilai tanggal dan waktu yang diwakili oleh objek saat ini lebih awal daripada nilai yang diwakili oleh other, jika tidak - false
Lihat Juga
- 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
Lihat Juga
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
title: System::DateTimeOffset::operator> method judul tautan: operator> judul_kedua: Aspose.Page for C++ description: ‘System::DateTimeOffset::operator> method. Menentukan apakah objek saat ini mewakili nilai tanggal dan waktu yang lebih akhir daripada nilai yang diwakili oleh objek DateTimeOffset yang ditentukan dalam C++.’ tipe: docs weight: 3900 url: /cpp/system/datetimeoffset/operator_/
DateTimeOffset::operator>(const DateTimeOffset&) const method
Menentukan apakah objek saat ini mewakili nilai tanggal dan waktu yang lebih akhir daripada nilai yang diwakili oleh objek DateTimeOffset yang ditentukan.
bool System::DateTimeOffset::operator>(const DateTimeOffset &other) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| other | const DateTimeOffset& | Objek DateTimeOffset untuk dibandingkan dengan objek saat ini |
ReturnValue
True jika nilai tanggal dan waktu yang diwakili oleh objek saat ini lebih akhir daripada nilai yang diwakili oleh other, jika tidak - false
Lihat Juga
- 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
Lihat Juga
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++