[]
        
(Showing Draft Content)

C1.GanttView.CustomCalendarCollection.Search

Search Method

Search(int)

Searches for a CustomCalendar with the specified ID.

Declaration
public CustomCalendar Search(int id)
Parameters
Type Name Description
int id
Returns
Type Description
CustomCalendar

Search(string)

Searches for a CustomCalendar with the specified Name.

Declaration
public CustomCalendar Search(string name)
Parameters
Type Name Description
string name
Returns
Type Description
CustomCalendar