PocketPlanner Programmer's Guide

Recurrence.ToString Method ()

See Also

Creates a string from this recurrence using the date and time formatting information defined int the current culture.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override string ToString ()

Visual Basic

Public Overrides Function ToString () As String

 Return Value

A string representation of the recurrence object.

 See Also