Sign in
appsheet-third-party
/
epplus
/
ea4a69b16c0474e1487c414b16243a91eb1fe4fe
/
.
/
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
,
}