- ago
Is there a replacement for DateTimeToBar2 in WL8?
0
99
Solved
2 Replies

Reply

Bookmark

Sort
- ago
#1
I think IndexOf (WL8) should work
0
Cone8
 ( 3.17% )
- ago
#2
Right. I don't remember was version "2" was for DateTimeToBar, but put this in the Editor and click on IndexOf for the QuickRef entry.
CODE:
int bar = bars.IndexOf(dt1, exactMatchOnly: false); WriteToDebugLog(bar);
0
Best Answer

Reply

Bookmark

Sort