KDCalc Class Library

EDate Class

EDate is a class which mimics the Date functionality in Excel.

For a list of all members of this type, see EDate Members.

System.Object
   EDate

public class EDate

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Dates are stored as a double, a serial number where the Date is the integer portion while the time is the fraction. For Excel, most modern OS's use: January 1, 1900 (serial value 1) as the base date and go to December 31, 9999.

Note: Some systems running Excel use Jan 1, 1904. The 1904 date system is not supported.

Note: Excel has an error in which it counts Feb 29, 1900 as a date. The date did not exist as 1900 was not a leap year. EDate complies with the Excel in its treatment of this date.

Requirements

Namespace: KnowledgeDynamics.KDCalc

Assembly: KDCalcNet (in KDCalcNet.dll)

See Also

EDate Members | KnowledgeDynamics.KDCalc Namespace