







|
| A Sandcastle Documented Class Library |
| CustomRecurringFunction Constructor (String, String) |
| CustomRecurringFunction Class See Also Send Feedback |
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, string description ) |
| Visual Basic |
|---|
Public Sub New ( _ name As String, _ description As String _ ) |
| Visual C++ |
|---|
public: CustomRecurringFunction( String^ name, String^ description ) |
Parameters
- name
- Type: System..::..String
The name of the function
- description
- Type: System..::..String
A description of the function
