Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TimeSelector Class / ToString Method

In This Topic
    ToString Method (C1TimeSelector)
    In This Topic
    Converts the SelectedTime property value to its equivalent string representation.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A string representation of the SelectedTime property value.
    See Also