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