C# Class QLNet.Taiwan.Impl

Inheritance: QLNet.Calendar
显示文件 Open project: ammachado/QLNet

Public Properties

Property Type Description
Singleton Impl

Public Methods

Method Description
isBusinessDay ( Date date ) : bool
isWeekend ( DayOfWeek w ) : bool
name ( ) : string

Private Methods

Method Description
Impl ( ) : System

Method Details

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

Property Details

Singleton public_oe static_oe property

public static Impl Singleton
return Impl