Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IChartSupportDataSource Interface / ContainsDateTimeOnly Method


In This Topic
    ContainsDateTimeOnly Method (IChartSupportDataSource)
    In This Topic
    Determines whether all values in the data source are date time.
    Syntax
    'Declaration
     
    
    Function ContainsDateTimeOnly() As Boolean
    'Usage
     
    
    Dim instance As IChartSupportDataSource
    Dim value As Boolean
     
    value = instance.ContainsDateTimeOnly()
    bool ContainsDateTimeOnly()

    Return Value

    true if all values in the data source are date time; otherwise, false.
    See Also