C# Class UICalendar.Util

Afficher le fichier Open project: Clancey/UICalendar

Méthodes publiques

Свойство Type Description
MainApp UIApplication
MyEventStore EKEventStore

Méthodes publiques

Méthode 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 méthode

public static FetchEvents ( System.DateTime startDate, System.DateTime endDate ) : EKEvent[]
startDate System.DateTime
endDate System.DateTime
Résultat EKEvent[]

NSDateToDateTime() public static méthode

public static NSDateToDateTime ( Foundation date ) : System.DateTime
date Foundation
Résultat System.DateTime

UtcToLocal() public static méthode

public static UtcToLocal ( System.DateTime date ) : System.DateTime
date System.DateTime
Résultat System.DateTime

fadeView() public static méthode

public static fadeView ( UIView theView, double duration ) : void
theView UIView
duration double
Résultat void

getEvent() public static méthode

public static getEvent ( CalendarDayEventView theEventView ) : EKEvent
theEventView CalendarDayEventView
Résultat EKEvent

Property Details

MainApp public_oe static_oe property

A shortcut to the main application
public static UIApplication MainApp
Résultat UIApplication

MyEventStore public_oe static_oe property

public static EKEventStore MyEventStore
Résultat EKEventStore