System::TimeSpan::operator< 메서드

TimeSpan::operator<(std::nullptr_t) const method

bool System::TimeSpan::operator<(std::nullptr_t) const

또 보기

TimeSpan::operator<(TimeSpan) const method

현재 객체가 나타내는 시간 간격이 지정된 객체가 나타내는 시간 간격보다 짧은지 판단합니다.

bool System::TimeSpan::operator<(TimeSpan value) const
매개변수형식설명
valueTimeSpan현재 객체와 비교할 TimeSpan 객체

ReturnValue

현재 객체가 나타내는 시간 간격이 value가 나타내는 시간 간격보다 짧은 경우 true, 그렇지 않으면 false

또 보기


title: System::TimeSpan::operator> 메서드 링크제목: operator> second_title: Aspose.Page for C++ description: ‘C++에서 System::TimeSpan 클래스의 operator> 메서드를 사용하는 방법.’ type: docs weight: 3100 url: /cpp/system/timespan/operator_/

TimeSpan::operator>(std::nullptr_t) const method

bool System::TimeSpan::operator>(std::nullptr_t) const

또 보기

TimeSpan::operator>(TimeSpan) const method

현재 객체가 나타내는 시간 간격이 지정된 객체가 나타내는 시간 간격보다 긴지 판단합니다.

bool System::TimeSpan::operator>(TimeSpan value) const
매개변수형식설명
valueTimeSpan현재 객체와 비교할 TimeSpan 객체

ReturnValue

현재 객체가 나타내는 시간 간격이 value가 나타내는 시간 간격보다 길면 True, 그렇지 않으면 false

또 보기