ExcelTime Constructor (Decimal)

Office Open XML

Constructor

Namespace:  OfficeOpenXml.DataValidation
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelTime(
	decimal value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Decimal _
)
Visual C++
public:
ExcelTime(
	Decimal value
)

Parameters

value
Type: System..::.Decimal
An existing time for initialization

See Also