DateSystem

Overview

DateSystem is a enum in Aspose.Cells FOSS for Java.

Represents the date system used in Excel.

This enumeration defines 2 values: WINDOWS_1900, MAC_1904.

Description

DateSystem is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like DateSystem help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
WINDOWS_1900Represents the 1900 date system used by Windows Excel
MAC_1904Represents the 1904 date system used by Mac Excel

See Also

 English