Sign in
appsheet-third-party
/
epplus
/
8d91a06fa1cc8c12d1e150ebc247f66c22aa67fd
/
.
/
AppsheetEpplus
/
FormulaParsing
/
Excel
/
Functions
/
DateTime
/
Workdays
/
WorkdayCalculationDirection.cs
blob: 1eaf0d3f1183b07ce28d95f5ac5b2661c9de70c4 [
file
]
namespace
AppsheetEpplus
;
public
enum
WorkdayCalculationDirection
{
Forward
=
1
,
Backward
=
-
1
,
}