search for: daysbetween

Displaying 2 results from an estimated 2 matches for "daysbetween".

2011 Jul 01
1
defining new variable
...getting <errors> on it. I would be very grateful if someone could help me with this, to be able to move on. I have the following variables: - Transplant.date - Faildate - Death.date The new variable Time should do the following thing: Time <- If Not IsNull(<Faildate>) Then DaysBetween(<transplant date> ,<Faildate>) Else If IsNull(<Faildate>) And Not IsNull(<Death date>) Then DaysBetween(<transplant date> ,<Death date>) Else If IsNull(<Faildate>) And IsNull(<Death date>) Then DaysBetween(<transplant date> ,CurrentDate()) Th...
2007 Apr 27
0
[ANN:] new package xlsReadWrite*Pro*: announce + update.
...secondOf, milliSecondOf, startOfTheYear, endOfTheYear, startOfTheMonth, endOfTheMonth, startOfTheWeek, endOfTheWeek, startOfTheDay, endOfTheDay, dayOfTheYear, weekOfTheMonth, dayOfTheWeek, hourOfTheDay, minuteOfTheDay, secondOfTheDay, milliSecondOfTheDay, yearsBetween, monthsBetween, weeksBetween, daysBetween, yearSpan, monthSpan, weekSpan, daySpan, hourSpan, minuteSpan, secondSpan, milliSecondSpan, incYear, incMonth, incWeek, recodeYear, recodeMonth, recodeDay, recodeHour, recodeMinute, recodeSecond, recodeMilliSecond, sameDateTime, sameDate, sameTime, dateTimeToJulianDate, julianDateToDateTime, dateTi...