Converts the value of the TimetableDate object to its equivalent string representation.
Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public override string ToString () |
Visual Basic
![]() |
---|
Public Overrides Function ToString () As String |
Type: String
A string representation of the value of the current TimetableDate object.
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.