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



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