C# 클래스 DDay.iCal.EventEvaluator

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

공개 메소드들

메소드 설명
Evaluate ( IDateTime referenceTime, System.DateTime periodStart, System.DateTime periodEnd, bool includeReferenceDateInResults ) : IList

Evaluates this event to determine the dates and times for which the event occurs. This method only evaluates events which occur between FromDate and ToDate; therefore, if you require a list of events which occur outside of this range, you must specify a FromDate and ToDate which encapsulate the date(s) of interest. For events with very complex recurrence rules, this method may be a bottleneck during processing time, especially when this method in called for a large number of events, in sequence, or for a very large time span.

EventEvaluator ( IEvent evt ) : System

메소드 상세

Evaluate() 공개 메소드

Evaluates this event to determine the dates and times for which the event occurs. This method only evaluates events which occur between FromDate and ToDate; therefore, if you require a list of events which occur outside of this range, you must specify a FromDate and ToDate which encapsulate the date(s) of interest. For events with very complex recurrence rules, this method may be a bottleneck during processing time, especially when this method in called for a large number of events, in sequence, or for a very large time span.
public Evaluate ( IDateTime referenceTime, System.DateTime periodStart, System.DateTime periodEnd, bool includeReferenceDateInResults ) : IList
referenceTime IDateTime
periodStart System.DateTime
periodEnd System.DateTime
includeReferenceDateInResults bool
리턴 IList

EventEvaluator() 공개 메소드

public EventEvaluator ( IEvent evt ) : System
evt IEvent
리턴 System