CalendarsToCalendarDayKind(Object) Method

Determines calendar day kind (CalendarDayKind) of the calendar entry processing class.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static CalendarDayKind ToCalendarDayKind(
	Object kind
)

Parameters

kind  Object
Calendar day treatment class.

Return Value

CalendarDayKind
CalendarDayKind with corresponding to the class of the treatment type.

See Also