CalendarsToCalendarKind(DataRow) Method
Determines the type of note (Company, Calendar Type, Employee or Machine).
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static CalendarKind ToCalendarKind(
DataRow rowCalendar
)
Public Shared Function ToCalendarKind (
rowCalendar As DataRow
) As CalendarKind
- rowCalendar DataRow
- DataRow with the note information.
CalendarKindCalendarKind with the note class (Company, Calendar Type, or Employee).