Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DateTimeInfoToStringConverter Class
Members

In This Topic
    DateTimeInfoToStringConverter Class
    In This Topic
    Represents a MultiValue binding converter that converts a DateTimeInfo object to one of its string representations.
    Object Model
    DateTimeInfoToStringConverter Class
    Syntax
    'Declaration
     
    
    Public Class DateTimeInfoToStringConverter 
    public class DateTimeInfoToStringConverter 
    Remarks
    DateTimeInfoToStringConverter is a one-way converter. It takes as a source a list of 3 values:
    • the DateTimeInfo object
    • the DateTime format specified string. The format specified definition rules are the same as used in the System.DateTime.ToString(format) method. This parameter is optional.
    • The System.Globalization.CultureInfo object used for converting. This parameter is optional.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Schedule.DateTimeInfoToStringConverter

    See Also