VCalendarParserParseFromString(String) Method
This static method can be used to load property values into a new instance of a calendar from a
string.
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static VCalendar ParseFromString(
string calendarText
)
Public Shared Function ParseFromString (
calendarText As String
) As VCalendar
public:
static VCalendar^ ParseFromString(
String^ calendarText
)
static member ParseFromString :
calendarText : string -> VCalendar
- calendarText String
- A set of calendar properties in a string
VCalendarA new calendar instance as created from the string
VCalendar vCal = VCalendarParser.ParseFromString(calendar);
Dim vCal As VCalendar = VCalendarParser.ParseFromString(calendar)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.