C# 클래스 QLNet.JointCalendar.Impl

상속: QLNet.Calendar
파일 보기 프로젝트 열기: ammachado/QLNet

공개 메소드들

메소드 설명
Impl ( QLNet.Calendar c1, QLNet.Calendar c2, QLNet.Calendar c3, QLNet.Calendar c4, JointCalendarRule r ) : System
Impl ( QLNet.Calendar c1, QLNet.Calendar c2, QLNet.Calendar c3, JointCalendarRule r ) : System
Impl ( QLNet.Calendar c1, QLNet.Calendar c2, JointCalendarRule r ) : System
isBusinessDay ( Date date ) : bool
isWeekend ( DayOfWeek w ) : bool
name ( ) : string

메소드 상세

Impl() 공개 메소드

public Impl ( QLNet.Calendar c1, QLNet.Calendar c2, QLNet.Calendar c3, QLNet.Calendar c4, JointCalendarRule r ) : System
c1 QLNet.Calendar
c2 QLNet.Calendar
c3 QLNet.Calendar
c4 QLNet.Calendar
r JointCalendarRule
리턴 System

Impl() 공개 메소드

public Impl ( QLNet.Calendar c1, QLNet.Calendar c2, QLNet.Calendar c3, JointCalendarRule r ) : System
c1 QLNet.Calendar
c2 QLNet.Calendar
c3 QLNet.Calendar
r JointCalendarRule
리턴 System

Impl() 공개 메소드

public Impl ( QLNet.Calendar c1, QLNet.Calendar c2, JointCalendarRule r ) : System
c1 QLNet.Calendar
c2 QLNet.Calendar
r JointCalendarRule
리턴 System

isBusinessDay() 공개 메소드

public isBusinessDay ( Date date ) : bool
date Date
리턴 bool

isWeekend() 공개 메소드

public isWeekend ( DayOfWeek w ) : bool
w DayOfWeek
리턴 bool

name() 공개 메소드

public name ( ) : string
리턴 string