[]
Searches for a CustomCalendar with the specified ID.
public CustomCalendar Search(int id)
| Type | Name | Description |
|---|---|---|
| int | id |
| Type | Description |
|---|---|
| CustomCalendar |
Searches for a CustomCalendar with the specified Name.
public CustomCalendar Search(string name)
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| CustomCalendar |