Search
Recurrence.toLocalizedString Method
See Also
 






Returns a localized string that represents this Recurrence using the specified date and time formatting info and localization information.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

function toLocalizedString (formatInfo, localInfo)

 Parameters

formatInfo

Object. Specifies how date and time values are formatted and displayed.

localInfo

Object. Specifies localized strings used in the representation.

 Return Value

A localized string representation of this Recurrence object.

 See Also