scrollToDateTime

  • Updated

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

procedure scrollToDateTime(pClientGuid: Guid; pDateTime: DateTime)

 

 Data typeExplanation

Parameter:

pClientGuid


Guid

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

 

Example:

//scroll to any date (businesslogic)

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

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

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.