CalendarsToCalendarKind(Data) Method

Determines the type of note (Company, Calendar Type, Employee or Machine).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static CalendarKind ToCalendarKind(
	Data dataCalendar
)

Parameters

dataCalendar  Data
Data with the note information

Return Value

CalendarKind
CalendarKind with the note class (Company, Calendar Type, or Employee).

See Also