Converts the value of the TimetableDate object to its equivalent string representation using the specified culture-specific format information.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public string ToString ( |
Visual Basic
![]() |
---|
Public Function ToString( _ |
Type: String
A string representation of value of the TimetableDate object as specified by provider.
The provider parameter is typically a DateTimeFormatInfo object or a CultureInfo object that contains a DateTimeFormatInfo object. If provider is null, the DateTimeFormatInfo associated with the current culture is used. For more information, see System.Globalization.CultureInfo.CurrentCulture.