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