Click or drag to resize

DayCountTranslate Method

Translates a day coount convention string into an integer constant, taking some common synonyms into account.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public static int Translate(
	string dayCount
)

Parameters

dayCount  String
The day count identifier un upper-case.

Return Value

Int32
An integer constant, or UNKNOWN if not found.
See Also