C# 클래스 UICalendar.Util

파일 보기 프로젝트 열기: Clancey/UICalendar

공개 프로퍼티들

프로퍼티 타입 설명
MainApp UIApplication
MyEventStore EKEventStore

공개 메소드들

메소드 설명
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

메소드 상세

FetchEvents() 공개 정적인 메소드

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

NSDateToDateTime() 공개 정적인 메소드

public static NSDateToDateTime ( Foundation date ) : System.DateTime
date Foundation
리턴 System.DateTime

UtcToLocal() 공개 정적인 메소드

public static UtcToLocal ( System.DateTime date ) : System.DateTime
date System.DateTime
리턴 System.DateTime

fadeView() 공개 정적인 메소드

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

getEvent() 공개 정적인 메소드

public static getEvent ( CalendarDayEventView theEventView ) : EKEvent
theEventView CalendarDayEventView
리턴 EKEvent

프로퍼티 상세

MainApp 공개적으로 정적으로 프로퍼티

A shortcut to the main application
public static UIApplication MainApp
리턴 UIApplication

MyEventStore 공개적으로 정적으로 프로퍼티

public static EKEventStore MyEventStore
리턴 EKEventStore