CustomRecurringFunction Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
Set this to a custom function that will automatically determine if the event should be rendered on a given day. This is only executed if RecurringFrequency is set to custom.

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
CustomRecurringFrequenciesHandler CustomRecurringFunction { get; set; }
Visual Basic
Property CustomRecurringFunction As CustomRecurringFrequenciesHandler
	Get
	Set
Visual C++
property CustomRecurringFrequenciesHandler^ CustomRecurringFunction {
	CustomRecurringFrequenciesHandler^ get ();
	void set (CustomRecurringFrequenciesHandler^ value);
}

See Also