RefreshData(DateTime,DateTime) Method
In This Topic
Refreshed data for all days in the specified interval.
Syntax
'Declaration
Public Overloads Sub RefreshData( _
ByVal As Date, _
ByVal As Date _
)
public void RefreshData(
DateTime ,
DateTime
)
Parameters
- start
- The start date.
- end
- The end date.
See Also