ASP.NET Pack Programmer's Guide
TimetableDate.ToString Method (String)
See Also
 





Converts the value of the TimetableDate object to its equivalent string representation using the specified format.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public string ToString (
    string format
)

Visual Basic  Copy Code

Public Function ToString( _
    format As String _
) As String

 Parameters

format

A DateTime format string.

 Return Value

Type: String
A string representation of this TimetableDate object.

 Remarks

The format parameter should contain either a format specifier character or a custom format pattern. For more information, see the summary page for System.Globalization.DateTimeFormatInfo. If format is null or an empty string, the general format specifier, 'G', is used.

 See Also

ToString Method Overload List
TimetableDate Members
TimetableDate Class
MindFusion.Scheduling.WebForms Namespace