Announcement

Collapse
No announcement yet.

Time of the bar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Time of the bar

    How do I get the time of the specific bar or bars in hours and minutes?

  • #2
    kpmci
    You can do that in a number of ways such as for example by creating a date object of the bar time using the getValue(“time”) function and then using the methods of the date object to retrieve the hours and minutes from that or by retrieving the bar's time using the hour(), minute(), etc functions
    Search the EFS knowledgebase for the description syntax and examples for all the above and you will also find other ways of doing it.
    Also search the forum and you will find literally hundreds of examples as the topic has been covered at length before
    Alex

    Originally posted by kpmci View Post
    How do I get the time of the specific bar or bars in hours and minutes?

    Comment

    Working...
    X