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+e1037fa8802b3ff162e26559d763b73334940b70
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