MindFusion.Scheduling for ASP.NET Programmer's Guide
TimetableDate.ToString Method (IFormatProvider)
See Also
 





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

 Syntax

C#  Copy Code

public string ToString (
    IFormatProvider provider
)

Visual Basic  Copy Code

Public Function ToString( _
    provider As IFormatProvider _
) As String

 Parameters

provider
Type: IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

 Return Value

Type: String
A string representation of value of the TimetableDate object as specified by provider.

 Remarks

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.

 See Also

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