C# Class UICalendar.Util

Show file Open project: Clancey/UICalendar

Public Properties

Property Type Description
MainApp UIApplication
MyEventStore EKEventStore

Public Methods

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 ( CalendarDayEventView theEventView ) : EKEvent

Method Details

FetchEvents() public static method

public static FetchEvents ( System.DateTime startDate, System.DateTime endDate ) : EKEvent[]
startDate System.DateTime
endDate System.DateTime
return EKEvent[]

NSDateToDateTime() public static method

public static NSDateToDateTime ( Foundation date ) : System.DateTime
date Foundation
return System.DateTime

UtcToLocal() public static method

public static UtcToLocal ( System.DateTime date ) : System.DateTime
date System.DateTime
return System.DateTime

fadeView() public static method

public static fadeView ( UIView theView, double duration ) : void
theView UIView
duration double
return void

getEvent() public static method

public static getEvent ( CalendarDayEventView theEventView ) : EKEvent
theEventView CalendarDayEventView
return EKEvent

Property Details

MainApp public static property

A shortcut to the main application
public static UIApplication MainApp
return UIApplication

MyEventStore public static property

public static EKEventStore MyEventStore
return EKEventStore