I think IndexOf (WL8) should work
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);
Your Response
Post
Edit Post
Login is required