System::TimeSpan::operator- 메서드

TimeSpan::operator-() const method

현재 TimeSpan 객체가 나타내는 값을 부정한 새로운 TimeSpan 객체 인스턴스를 반환합니다.

TimeSpan System::TimeSpan::operator-() const

또 보기

TimeSpan::operator-(TimeSpan) const method

지정된 객체가 나타내는 시간 간격을 현재 객체가 나타내는 시간 간격에서 빼서 얻은 결과 시간 간격을 나타내는 새로운 TimeSpan 클래스 인스턴스를 반환합니다.

TimeSpan System::TimeSpan::operator-(TimeSpan value) const
매개변수형식설명
valueTimeSpan빼야 할 시간 간격을 나타내는 TimeSpan 객체

ReturnValue

지정된 객체가 나타내는 시간 간격을 현재 객체가 나타내는 시간 간격에서 빼서 얻은 결과 시간 간격을 나타내는 새로운 TimeSpan 클래스 인스턴스.

또 보기