C# Class DDay.iCal.RecurrenceUtil

Mostrar archivo Open project: nachocove/DDay-iCal-Xamarin Class Usage Examples

Public Methods

Method Description
ClearEvaluation ( IRecurrable recurrable ) : void
GetExpandBehaviorList ( IRecurrencePattern p ) : bool?[]
GetOccurrences ( IRecurrable recurrable, IDateTime periodStart, IDateTime periodEnd, bool includeReferenceDateInResults ) : IList
GetOccurrences ( IRecurrable recurrable, IDateTime dt, bool includeReferenceDateInResults ) : IList

Method Details

ClearEvaluation() static public method

static public ClearEvaluation ( IRecurrable recurrable ) : void
recurrable IRecurrable
return void

GetExpandBehaviorList() static public method

static public GetExpandBehaviorList ( IRecurrencePattern p ) : bool?[]
p IRecurrencePattern
return bool?[]

GetOccurrences() static public method

static public GetOccurrences ( IRecurrable recurrable, IDateTime periodStart, IDateTime periodEnd, bool includeReferenceDateInResults ) : IList
recurrable IRecurrable
periodStart IDateTime
periodEnd IDateTime
includeReferenceDateInResults bool
return IList

GetOccurrences() static public method

static public GetOccurrences ( IRecurrable recurrable, IDateTime dt, bool includeReferenceDateInResults ) : IList
recurrable IRecurrable
dt IDateTime
includeReferenceDateInResults bool
return IList