MindFusion.Wpf Pack Programmer's Guide
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
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public string ToLocalizedString (
    DateTimeFormatInfo info,
    Calendar c,
    LocalizationInfo local
)

Visual Basic  Copy Code

Public Function ToLocalizedString( _
    info As DateTimeFormatInfo, _
    c As Calendar, _
    local As LocalizationInfo _
) As String

 Parameters

info

Specifies how date and time values are formatted and displayed.

c

An object that specifies the calendar to use for calculating the end date of the recurrence.

local

Specifies localized strings used in the representation.

 Return Value

A localized string representation of this Recurrence object.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace