MindFusion.Wpf Pack Programmer's Guide
Recurrence.ToString Method (DateTimeFormatInfo, Calendar)
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public string ToString (
    DateTimeFormatInfo info,
    Calendar c
)

Visual Basic  Copy Code

Public Function ToString( _
    info As DateTimeFormatInfo, _
    c As Calendar _
) As String

 Parameters

info

Defines 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.

 Return Value

A string representation of the recurrence object.

 See Also

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