File: DAYS360-Function.properties

package info (click to toggle)
libformula 1.1.7.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: java: 17,370; xml: 1,541; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
display-name=DAYS360
description=Calculates the number of days between two dates based on a 360-day year.
parameter.0.display-name=Date_1
parameter.0.description=The start date for calculating the difference in days.
parameter.1.display-name=Date_2
parameter.1.description=The end date for calculating the difference in days.
parameter.2.display-name=Type
parameter.2.description=Method used to form differences: Type = 0 denotes US method (NASD), Type = 1 denotes the European method.