MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.toString Method
See Also
 





Returns a string that represents the current Recurrence object.

Namespace: MindFusion.Scheduling
Assembly: Recurrence.js

 Syntax

JavaScript  Copy Code

function toString ([info])

 Parameters

info
Optional.

Type: Object
An object that contains an array of culture-sensitive formatting strings.

 Return Value

Type: String
A string that represents the current Recurrence object.

 Remarks

If no parameter is passed to this function, the recurrence info is formatted against Sys.CultureInfo.InvariantCulture.dateTimeFormat.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace