Returns an OLE Automation date that corresponds to the specified DateTime structure.
Protected Shared Function GetOADateFromTime ( _ time As DateTime _ ) As Double
protected static double GetOADateFromTime( DateTime time )
protected: static double GetOADateFromTime( DateTime time )
static member GetOADateFromTime : time:DateTime -> float
The value of this instance cannot be represented as an OLE Automation Date.
An OLE Automation date is implemented as a floating-point number whose value is the number of days from midnight, 30 December 1899. For example, midnight, 31 December 1899 is represented by 1.0; 6 A.M., 1 January 1900 is represented by 2.25; midnight, 29 December 1899 is represented by -1.0; and 6 A.M., 29 December 1899 is represented by -1.25.
The base OLE Automation Date is midnight, 30 December 1899. The maximum OLE Automation Date is the same as MaxValue, the last moment of 31 December 9999.
For more information about OLE Automation, see the MSDN Library.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2