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





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

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

 Syntax

C#  Copy Code

public override string ToString ()

Visual Basic  Copy Code

Public Overrides Function ToString () As String

 Return Value

Type: String
A string representation of the value of the current TimetableDate object.

 Remarks

The value of the TimetableDate object is formatted using the general date and time format specifier ('G'). This method uses formatting information derived from the current culture. For more information, see System.Globalization.CurrentCulture.

 See Also

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