Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IChartSupportDataSource Interface / CanConvertToDateTime Method


In This Topic
CanConvertToDateTime Method
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()

Return Value

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