Click or drag to resize

AppStrEnumMonthToString Method

Returns the name of a month number ranging from 1 (January) to 12 (December)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string MonthToString(
	int month
)

Parameters

month
Type: SystemInt32

Return Value

Type: String
See Also