Click or drag to resize

AppStrEnumTimerMonthPatternDayToString Method

Returns the name of a TimerMonthPatternDay enum. Based on the titeCase argument, day names will be capitalized.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string TimerMonthPatternDayToString(
	TimerMonthPatternDay patternDay,
	bool titleCase
)

Parameters

patternDay
Type: Omada.OE.ModelTimerMonthPatternDay
titleCase
Type: SystemBoolean

Return Value

Type: String
See Also