| iCalendarUtilityGetCalendarText Method |
Returns the text of the iCalendar feed associated with the calendar object supplied.
Namespace:
Galactic.Calendar.iCalendar
Assembly:
Galactic.Calendar.iCalendar (in Galactic.Calendar.iCalendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string GetCalendarText(
Calendar calendar
)
Public Function GetCalendarText (
calendar As Calendar
) As String
public:
String^ GetCalendarText(
Calendar^ calendar
)
member GetCalendarText :
calendar : Calendar -> string
Parameters
- calendar
- Type: Galactic.CalendarCalendar
The object to get the iCalendar feed text of.
Return Value
Type:
StringThe text of the iCalendar feed associated with the calendar supplied.
Exceptions See Also