MindFusion.Scheduling for Silverlight Programmer's Guide
Recurrence.ToString Method (DateTimeFormatInfo)
See Also
 





Creates a string from this recurrence using the specified date and time formatting.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public string ToString (
    DateTimeFormatInfo info
)

Visual Basic  Copy Code

Public Function ToString( _
    info As DateTimeFormatInfo _
) As String

 Parameters

info

Defines how date and time values are formatted and displayed.

 Return Value

A string representation of the recurrence object.

 See Also

ToString Method Overload List
Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace