'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
.