Click or drag to resize

FiscalInfoToShortString Method

Returns Q1,Q2,Q3,Q4

Namespace:  Koden.Utils.Models
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public string ToShortString(
	int qtr
)

Parameters

qtr
Type: SystemInt32

[Missing <param name="qtr"/> documentation for "M:Koden.Utils.Models.FiscalInfo.ToShortString(System.Int32)"]

Return Value

Type: String
"Q1", "Q2", "Q3", "Q4"
See Also