DateSerialConverter
Overview
DateSerialConverter is a class in Aspose.Cells for NET.
DateSerialConverter.ToSerial converts a DateTime to an Excel serial number using the specified date system.
Methods
| Signature | Description |
|---|---|
ToSerial(value: DateTime, dateSystem: DateSystem) | Converts a DateTime to an Excel serial number using the specified date system |
FromSerial(serial: double, dateSystem: DateSystem) | Converts a double serial value to a DateTime according to the given DateSystem |