The DateFormatIndexer class represents an object returning
formatted DateTime string by the indexer property.
Namespace:
C1.Silverlight.ScheduleAssembly: 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 |