Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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