The DateFormatIndexer class represents an object returning formatted DateTime string by the indexer property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
[ObsoleteAttribute("This class is obsolete and will be removed in the future. Use System.Windows.Data.BindingBase.StringFormat instead.")]
public class DateFormatIndexer
Visual Basic
<DefaultMemberAttribute("Item")> _
<ObsoleteAttribute("This class is obsolete and will be removed in the future. Use System.Windows.Data.BindingBase.StringFormat instead.")> _
Public Class DateFormatIndexer

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Schedule..::..DateFormatIndexer

See Also