WorksheetFunction.Days(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the number of days between the two dates.
public:
double Days(System::Object ^ Arg1, System::Object ^ Arg2);
public double Days (object Arg1, object Arg2);
Public Function Days (Arg1 As Object, Arg2 As Object) As Double
Parameters
- Arg1
- Object
start_date(Arg2) and end_date (Arg1) are the two dates between which you want to know the number of days.
- Arg2
- Object
start_date(Arg2) and end_date (Arg1) are the two dates between which you want to know the number of days.
Returns
DOUBLE