Show / Hide Table of Contents

Class WorkdayCalculatorResult

Inheritance
System.Object
WorkdayCalculatorResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.DateTime.Workdays
Assembly: EPPlus.dll
Syntax
public class WorkdayCalculatorResult

Constructors

WorkdayCalculatorResult(Int32, DateTime, DateTime, WorkdayCalculationDirection)

Declaration
public WorkdayCalculatorResult(int numberOfWorkdays, DateTime startDate, DateTime endDate, WorkdayCalculationDirection direction)
Parameters
Type Name Description
System.Int32 numberOfWorkdays
System.DateTime startDate
System.DateTime endDate
WorkdayCalculationDirection direction

Properties

Direction

Declaration
public WorkdayCalculationDirection Direction { get; set; }
Property Value
Type Description
WorkdayCalculationDirection

EndDate

Declaration
public DateTime EndDate { get; }
Property Value
Type Description
System.DateTime

NumberOfWorkdays

Declaration
public int NumberOfWorkdays { get; }
Property Value
Type Description
System.Int32

StartDate

Declaration
public DateTime StartDate { get; }
Property Value
Type Description
System.DateTime
Back to top Generated by DocFX