C# 클래스 QLNet.Time.DayCounters.SimpleDayCounter

Simple day counter for reproducing theoretical calculations. This day counter tries to ensure that whole-month distances are returned as a simple fraction, i.e., 1 year = 1.0, 6 months = 0.5, 3 months = 0.25 and so forth. this day counter should be used together with NullCalendar, which ensures that dates at whole-month distances share the same day of month. It is not guaranteed to work with any other calendar.
상속: DayCounter
파일 보기 프로젝트 열기: ammachado/QLNet

공개 메소드들

메소드 설명
SimpleDayCounter ( )

메소드 상세

SimpleDayCounter() 공개 메소드

public SimpleDayCounter ( )