Click or drag to resize
Galactic API

CalendarUtilitySaveCalendar Method

Saves a calendar to the provider.

Namespace:  Galactic.Calendar
Assembly:  Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public abstract bool SaveCalendar(
	Calendar calendar
)

Parameters

calendar
Type: Galactic.CalendarCalendar
The calendar object to save.

Return Value

Type: Boolean
True if the save was successful, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a calendar is not provided.
See Also