Spread Windows Forms 12.0 Product Documentation
CanConvertToDateTime Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > IChartSupportDataSource Interface : CanConvertToDateTime Method
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

Reference

IChartSupportDataSource Interface
IChartSupportDataSource Members