System::TimeSpan::operator<= 메서드
내용물
[
숨다
]TimeSpan::operator<=(std::nullptr_t) const method
bool System::TimeSpan::operator<=(std::nullptr_t) const
또 보기
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::operator<=(TimeSpan) const method
현재 객체가 나타내는 시간 간격이 지정된 객체가 나타내는 시간 간격보다 짧거나 같은지 판단합니다.
bool System::TimeSpan::operator<=(TimeSpan value) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | TimeSpan | 현재 객체와 비교할 TimeSpan 객체 |
ReturnValue
현재 객체가 나타내는 시간 간격이 value가 나타내는 시간 간격보다 짧거나 같은 경우 true, 그렇지 않으면 false
또 보기
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
title: System::TimeSpan::operator>= 메서드 linktitle: operator>= second_title: Aspose.Page for C++ description: ‘C++에서 System::TimeSpan 클래스의 operator>= 메서드를 사용하는 방법.’ type: docs weight: 3200 url: /cpp/system/timespan/operator_=/
TimeSpan::operator>=(std::nullptr_t) const method
bool System::TimeSpan::operator>=(std::nullptr_t) const
또 보기
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::operator>=(TimeSpan) const method
현재 객체가 나타내는 시간 간격이 지정된 객체가 나타내는 시간 간격보다 길거나 같은지 판단합니다.
bool System::TimeSpan::operator>=(TimeSpan value) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | TimeSpan | 현재 객체와 비교할 TimeSpan 객체 |
ReturnValue
현재 객체가 나타내는 시간 간격이 value가 나타내는 시간 간격보다 길거나 같은 경우 true, 그렇지 않으면 false
또 보기
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++