C# Class QLNet.Time.DayCounters.Thirty360.Thirty360USImpl

Inheritance: DayCounter
显示文件 Open project: ammachado/QLNet

Public Properties

Property Type Description
Singleton Thirty360USImpl

Public Methods

Method Description
dayCount ( Date d1, Date d2 ) : int
yearFraction ( Date d1, Date d2, Date d3, Date d4 ) : double

Private Methods

Method Description
Thirty360USImpl ( ) : System

Method Details

dayCount() public method

public dayCount ( Date d1, Date d2 ) : int
d1 System.Date
d2 System.Date
return int

yearFraction() public method

public yearFraction ( Date d1, Date d2, Date d3, Date d4 ) : double
d1 System.Date
d2 System.Date
d3 System.Date
d4 System.Date
return double

Property Details

Singleton public_oe static_oe property

public static Thirty360USImpl Singleton
return Thirty360USImpl