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+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
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