ComponentOne FinancialChart for WPF
C1.Chart Namespace / TimeRange Class / TimeMin Property



In This Topic
    TimeMin Property
    In This Topic
    Gets or sets the minumum as DataTime value.
    Syntax
    'Declaration
     
    
    Public Property TimeMin As Date
    'Usage
     
    
    Dim instance As TimeRange
    Dim value As Date
     
    instance.TimeMin = value
     
    value = instance.TimeMin
    public DateTime TimeMin {get; set;}
    public:
    property DateTime TimeMin {
       DateTime get();
       void set (    DateTime value);
    }
    See Also