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


In This Topic
    CanConvertToDateTime Method (IChartSupportDataSource)
    In This Topic
    Determines whether all values in the data source can be converted safely to the date time.
    Syntax
    'Declaration
     
    
    Function CanConvertToDateTime() As Boolean
    'Usage
     
    
    Dim instance As IChartSupportDataSource
    Dim value As Boolean
     
    value = instance.CanConvertToDateTime()
    bool CanConvertToDateTime()

    Return Value

    true if all values in the data source can be converted safely to the date time; otherwise, false.
    See Also