System::DateTimeOffset::operator<= metode
isi
[
bersembunyi
]DateTimeOffset::operator<=(const DateTimeOffset&) const method
Menentukan apakah objek saat ini mewakili nilai tanggal dan waktu yang lebih awal atau sama dengan 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
Benar jika nilai tanggal dan waktu yang diwakili oleh objek saat ini lebih awal atau sama dengan nilai yang diwakili oleh other, jika tidak - salah
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>= metode judultautan: operator>= judul_kedua: Aspose.Page for C++ description: ‘System::DateTimeOffset::operator>= metode. Menentukan apakah objek saat ini mewakili nilai tanggal dan waktu yang lebih lambat atau sama dengan nilai yang diwakili oleh objek DateTimeOffset yang ditentukan dalam C++.’ tipe: docs berat: 4000 url: /cpp/system/datetimeoffset/operator_=/
DateTimeOffset::operator>=(const DateTimeOffset&) const method
Menentukan apakah objek saat ini mewakili nilai tanggal dan waktu yang lebih lambat atau sama dengan 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
Benar jika nilai tanggal dan waktu yang diwakili oleh objek saat ini lebih lambat atau sama dengan nilai yang diwakili oleh other, jika tidak - salah
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++