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 |
|
|
|
pDateTime |
DateTime |
Time to be scrolled to |
Example:
//scroll to any date (businesslogic)
_date := DMY2Date(19, 1, 2022);
_integrationMngt.scrollToDateTime(gVpsClientGuid, CreateDateTime(_date, 0T));