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