Gets cached calendar by name.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public CalendarEntity GetCalendarByName(
	string calendarName
)
Visual Basic
Public Function GetCalendarByName ( 
	calendarName As String
) As CalendarEntity
Visual C++
public:
virtual CalendarEntity^ GetCalendarByName(
	String^ calendarName
) sealed
F#
abstract GetCalendarByName : 
        calendarName : string -> CalendarEntity 
override GetCalendarByName : 
        calendarName : string -> CalendarEntity 

Parameters

calendarName
Type: System..::..String
Calendar name.

Return Value

Type: CalendarEntity
Calendar entity.

Implements

ICalendarEventBLL..::..GetCalendarByName(String)

See Also