MindFusion.Wpf Pack Programmer's Guide
DAYS360

Returns the number of days between the specified two dates based on a 360-day year (twelve 30-day months).

Syntax  Copy Code

DAYS360( Date startDate, Date endDate ) Number

Parameters

startDate
Required. The start date of the interval.
endDate
Required. The end date of the interval.

Example

Formula  Copy Code

=DAYS360(TODAY(),DATE(2013,1,1))

See Also

Function Reference
DAYS Function
DATEDIF Function