C# 클래스 DDay.iCal.Alarm

상속: CalendarComponent, IAlarm
파일 보기 프로젝트 열기: nachocove/DDay-iCal-Xamarin 1 사용 예제들

공개 메소드들

메소드 설명
Alarm ( ) : System
GetOccurrences ( IRecurringComponent rc, IDateTime FromDate, IDateTime ToDate ) : IList

Gets a list of alarm occurrences for the given recurring component, rc that occur between FromDate and ToDate.

Poll ( IDateTime Start, IDateTime End ) : IList

Polls the Alarm component for alarms that have been triggered since the provided Start date/time. If Start is null, all triggered alarms will be returned.

보호된 메소드들

메소드 설명
AddRepeatedItems ( ) : void

Handles the repetitions that occur from the REPEAT and DURATION properties. Each recurrence of the alarm will have its own set of generated repetitions.

OnDeserializing ( StreamingContext context ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

AddRepeatedItems() 보호된 메소드

Handles the repetitions that occur from the REPEAT and DURATION properties. Each recurrence of the alarm will have its own set of generated repetitions.
protected AddRepeatedItems ( ) : void
리턴 void

Alarm() 공개 메소드

public Alarm ( ) : System
리턴 System

GetOccurrences() 공개 메소드

Gets a list of alarm occurrences for the given recurring component, rc that occur between FromDate and ToDate.
public GetOccurrences ( IRecurringComponent rc, IDateTime FromDate, IDateTime ToDate ) : IList
rc IRecurringComponent
FromDate IDateTime
ToDate IDateTime
리턴 IList

OnDeserializing() 보호된 메소드

protected OnDeserializing ( StreamingContext context ) : void
context System.Runtime.Serialization.StreamingContext
리턴 void

Poll() 공개 메소드

Polls the Alarm component for alarms that have been triggered since the provided Start date/time. If Start is null, all triggered alarms will be returned.
public Poll ( IDateTime Start, IDateTime End ) : IList
Start IDateTime The earliest date/time to poll trigerred alarms for.
End IDateTime
리턴 IList