Skip to main content

XlVariantValue.SetDateTimeSerial(Double, Boolean) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void SetDateTimeSerial(
    double value,
    bool date1904
)

Parameters

Name Type Description
value Double

A serial value.

date1904 Boolean

true, to use the 1904 date system; otherwise, false.

See Also