Sign in
appsheet-third-party
/
epplus
/
035ebf8a40571b5e29e29595b3b70875eaf35587
/
.
/
EPPlus
/
FormulaParsing
/
Excel
/
Functions
/
DateTime
/
Workdays
/
WorkdayCalculationDirection.cs
blob: c0f56b451a981a55c29506e997acb372613ccc80 [
file
]
namespace
OfficeOpenXml
.
FormulaParsing
.
Excel
.
Functions
.
DateTime
.
Workdays
;
public
enum
WorkdayCalculationDirection
{
Forward
=
1
,
Backward
=
-
1
,
}