Property | Type | Description | |
---|---|---|---|
MainApp | UIApplication | ||
MyEventStore | EKEventStore |
Method | Description | |
---|---|---|
FetchEvents ( System.DateTime startDate, System.DateTime endDate ) : EKEvent[] | ||
NSDateToDateTime ( Foundation date ) : System.DateTime | ||
UtcToLocal ( System.DateTime date ) : System.DateTime | ||
fadeView ( UIView theView, double duration ) : void | ||
getEvent ( |
public static FetchEvents ( System.DateTime startDate, System.DateTime endDate ) : EKEvent[] | ||
startDate | System.DateTime | |
endDate | System.DateTime | |
return | EKEvent[] |
public static NSDateToDateTime ( Foundation date ) : System.DateTime | ||
date | Foundation | |
return | System.DateTime |
public static UtcToLocal ( System.DateTime date ) : System.DateTime | ||
date | System.DateTime | |
return | System.DateTime |
public static fadeView ( UIView theView, double duration ) : void | ||
theView | UIView | |
duration | double | |
return | void |
public static getEvent ( |
||
theEventView | ||
return | EKEvent |