C# Class QLNet.JointCalendar.Impl

Inheritance: QLNet.Calendar
Show file Open project: ammachado/QLNet

Public Methods

Method Description
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

Method Details

Impl() public method

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
return System

Impl() public method

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
return System

Impl() public method

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

isBusinessDay() public method

public isBusinessDay ( Date date ) : bool
date Date
return bool

isWeekend() public method

public isWeekend ( DayOfWeek w ) : bool
w DayOfWeek
return bool

name() public method

public name ( ) : string
return string