[]
        
(Showing Draft Content)

C1.WPF.Schedule.VisualIntervalToStringConverter

VisualIntervalToStringConverter Class

VisualIntervalToStringConverter converts VisualInterval start time to string using formatting string specified in one of the C1Scheduler properties:

  • DayViewDayHeaderFormat,
  • WeekViewDayHeaderFormat,
  • MonthViewDayHeaderMonthFormat,
  • MonthViewDayHeaderDayFormat,
  • MonthViewHeaderFormat. Converter parameter should specify C1Scheduler property name. If converter parameter is null, uses VisualInterval.Culture.DateTimeFormat.ShortDatePattern as formatting string.
Inheritance
VisualIntervalToStringConverter
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class VisualIntervalToStringConverter : IValueConverter

Constructors

Name Description
VisualIntervalToStringConverter()

Fields

Name Description
Default

Gets an instance of VisualIntervalToStringConverter.

Methods

Name Description
Convert(object, Type, object, CultureInfo)
ConvertBack(object, Type, object, CultureInfo)