Advertisement
ramkesheoran

intvMaxExample1

Oct 3rd, 2011
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XPP 0.28 KB | None | 0 0
  1. static void intvMaxExample()
  2. {
  3.     date refDate = str2Date("4/9/2007", 213);
  4.     date inputDate = str2Date("10/5/2007", 213);
  5.     int numberOfIntervals;
  6.     ;
  7.     numberOfIntervals = intvMax(inputDate, refDate, intvScale::YearMonth);
  8.     print numberOfIntervals;
  9.     pause;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement