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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class DateFormatIndexer
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class DateFormatIndexer

Inheritance Hierarchy

System..::..Object
  C1.WPF.C1Schedule..::..DateFormatIndexer

See Also