C# Class DDay.iCal.RecurrenceUtil

Afficher le fichier Open project: nachocove/DDay-iCal-Xamarin Class Usage Examples

Méthodes publiques

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

static public ClearEvaluation ( IRecurrable recurrable ) : void
recurrable IRecurrable
Résultat void

GetExpandBehaviorList() static public méthode

static public GetExpandBehaviorList ( IRecurrencePattern p ) : bool?[]
p IRecurrencePattern
Résultat bool?[]

GetOccurrences() static public méthode

static public GetOccurrences ( IRecurrable recurrable, IDateTime periodStart, IDateTime periodEnd, bool includeReferenceDateInResults ) : IList
recurrable IRecurrable
periodStart IDateTime
periodEnd IDateTime
includeReferenceDateInResults bool
Résultat IList

GetOccurrences() static public méthode

static public GetOccurrences ( IRecurrable recurrable, IDateTime dt, bool includeReferenceDateInResults ) : IList
recurrable IRecurrable
dt IDateTime
includeReferenceDateInResults bool
Résultat IList