System::DateTimeOffset::operator< 메서드
내용물
[
숨다
]DateTimeOffset::operator<(const DateTimeOffset&) const method
현재 객체가 지정된 DateTimeOffset 객체가 나타내는 값보다 이전 날짜와 시간 값을 나타내는지 판단합니다.
bool System::DateTimeOffset::operator<(const DateTimeOffset &other) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| other | const DateTimeOffset& | 현재 객체와 비교할 DateTimeOffset 객체 |
ReturnValue
현재 객체가 나타내는 날짜와 시간 값이 other가 나타내는 값보다 이전이면 true, 그렇지 않으면 false
또 보기
- 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
또 보기
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
title: System::DateTimeOffset::operator> 메서드 링크제목: operator> second_title: Aspose.Page for C++ description: ‘System::DateTimeOffset::operator> 메서드. 현재 객체가 지정된 DateTimeOffset 객체가 나타내는 값보다 이후 날짜와 시간 값을 나타내는지 판단합니다 (C++).’ type: docs weight: 3900 url: /cpp/system/datetimeoffset/operator_/
DateTimeOffset::operator>(const DateTimeOffset&) const method
현재 객체가 지정된 DateTimeOffset 객체가 나타내는 값보다 이후 날짜와 시간 값을 나타내는지 판단합니다.
bool System::DateTimeOffset::operator>(const DateTimeOffset &other) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| other | const DateTimeOffset& | 현재 객체와 비교할 DateTimeOffset 객체 |
ReturnValue
현재 객체가 나타내는 날짜와 시간 값이 other가 나타내는 값보다 이후이면 true, 그렇지 않으면 false
또 보기
- 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
또 보기
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++