CustomRecurringFunction Constructor (String)

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
CustomRecurringFunction Constructor

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

Syntax

C#
public CustomRecurringFunction(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)
Visual C++
public:
CustomRecurringFunction(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the function

See Also