API Reference
Class
Calendar
Calendar payload (VEVENT/VCALENDAR).
Inheritance
- Object
- Calendar
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Calendar.<Clone>$
Constructors
public Calendar(String Raw, String Summary, Nullable<DateTime> Start, Nullable<DateTime> End) #Calendar payload (VEVENT/VCALENDAR).
Parameters
- Raw System.String
- Summary System.String
- Start System.Nullable{System.DateTime}
- End System.Nullable{System.DateTime}
Methods
public Calendar <Clone>$() #Returns:
Calendarpublic Void Deconstruct(out String Raw, out String Summary, out Nullable<DateTime> Start, out Nullable<DateTime> End) #Returns:
VoidParameters
- Raw String
- Summary String
- Start Nullable<DateTime>
- End Nullable<DateTime>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String