PocketPlanner 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: PocketPlanner

 Syntax

C#

public string ToString (
    DateTimeFormatInfo info
)

Visual Basic

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