ObjectGetTimeByPoint
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 07 September 2020 12:54 PM

Syntax

Public Function ObjectGetTimeByPoint(chart_ID As Long, Name As String ,Point As Integer)As String

Description

This function is used to return the time value of the specified object by a given the point.

Parameters

Key Description 
chart_ID  Chart identifier, 0 mean the current chart, the value of type Long.
Name Object name key, the value of type String.
Point Point value can be 1, 2 or 3 base on object points.


Return value

Returns a time value, otherwise returns an empty string. To read more about the error call GetLastError() function.

Sample

 Public Sub main ()  

 AlertMessage ObjectGetTimeByPoint (0,"ObjectName ", 1)

End sub

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions