System::DateTime::operator<= 메서드
내용물
[
숨다
]DateTime::operator<=(DateTime) const method
현재 객체가 지정된 DateTime 객체가 나타내는 값보다 이전이거나 동일한 날짜 및 시간 값을 나타내는지 확인합니다.
bool System::DateTime::operator<=(DateTime other) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| other | DateTime | 현재 객체와 비교할 DateTime 객체 |
ReturnValue
현재 객체가 나타내는 날짜 및 시간 값이 other가 나타내는 값보다 이전이거나 동일하면 true, 그렇지 않으면 false
또 보기
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::operator<=(std::nullptr_t) const method
bool System::DateTime::operator<=(std::nullptr_t) const
또 보기
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
title: System::DateTime::operator>= 메서드 linktitle: operator>= second_title: Aspose.Page for C++ description: ‘System::DateTime::operator>= 메서드. 현재 객체가 지정된 DateTime 객체가 나타내는 값보다 이후이거나 동일한 날짜 및 시간 값을 나타내는지 C++에서 확인합니다.’ type: docs weight: 4100 url: /cpp/system/datetime/operator_=/
DateTime::operator>=(DateTime) const method
현재 객체가 지정된 DateTime 객체가 나타내는 값보다 이후이거나 동일한 날짜 및 시간 값을 나타내는지 확인합니다.
bool System::DateTime::operator>=(DateTime other) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| other | DateTime | 현재 객체와 비교할 DateTime 객체 |
ReturnValue
현재 객체가 나타내는 날짜 및 시간 값이 other가 나타내는 값보다 이후이거나 동일하면 true, 그렇지 않으면 false
또 보기
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::operator>=(std::nullptr_t) const method
bool System::DateTime::operator>=(std::nullptr_t) const
또 보기
- Class DateTime
- Namespace System
- Library Aspose.Page for C++