The (days in year) portion of the Day Count Basis.

Namespace: Imsl.Finance
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public IBasisPart YearBasis { get; }
Visual Basic (Declaration)
Public ReadOnly Property YearBasis As IBasisPart
Visual C++
public:
property IBasisPart^ YearBasis {
	IBasisPart^ get ();
}

Field Value

A IBasisPart object which represents the year Basis for this DayCountBasis.

See Also