C# 클래스 com.openrest.v1_1.DateTimeWindow

파일 보기 프로젝트 열기: wix/openrest4net

공개 프로퍼티들

프로퍼티 타입 설명
available bool?
end Date
start Date

공개 메소드들

메소드 설명
DateTimeWindow ( ) : System
DateTimeWindow ( Date start, Date end, bool available ) : System

메소드 상세

DateTimeWindow() 공개 메소드

public DateTimeWindow ( ) : System
리턴 System

DateTimeWindow() 공개 메소드

public DateTimeWindow ( Date start, Date end, bool available ) : System
start Date
end Date
available bool
리턴 System

프로퍼티 상세

available 공개적으로 프로퍼티

public bool? available
리턴 bool?

end 공개적으로 프로퍼티

public Date end
리턴 Date

start 공개적으로 프로퍼티

public Date start
리턴 Date