API Functions VPS

scrollToDateTime

This function allows you to scroll to a specific point in time in the time scale.

procedure scrollToDateTime(pClientGuid: Guid; pDateTime: DateTime)

 

 

Data type

Explanation

Parameter:

pClientGuid


Guid


This value is used for the global identification of VPS Control-AddIn on a page.

pDateTime

DateTime

Time to be scrolled to

 

Example:

//scroll to any date (businesslogic)

_date := DMY2Date(19, 1, 2022);

_integrationMngt.scrollToDateTime(gVpsClientGuid, CreateDateTime(_date, 0T));