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

In This Topic
    TimeToStringConverter Class
    In This Topic
    Represents a Binding converter that converts a System.TimeSpan value to one of its string representations.
    Object Model
    TimeToStringConverter Class
    Syntax
    'Declaration
     
    
    Public Class TimeToStringConverter 
    public class TimeToStringConverter 
    Remarks
    TimeToStringConverter is a two-way converter. A source value must be a System.TimeSpan, and a target value is a string that represents the TimeSpan. Converter parameter should contain valid format string corresponding to format strings used in the System.DateTime.ToString(System.String) method. If the converter parameter value is not specified, then the 'T' specifier is used.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Schedule.TimeToStringConverter

    See Also