Returns the recurrence string prefix for this master id.
Namespace: DayPilot.Web.Mvc.RecurrenceAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# |
|---|
public static string Prefix( string masterId ) |
| Visual Basic |
|---|
Public Shared Function Prefix ( _ masterId As String _ ) As String |
| Visual C++ |
|---|
public: static String^ Prefix( String^ masterId ) |
Parameters
- masterId
- Type: System..::..String