GrapeCity.Documents.Excel Namespace / DateTimeConverter Class / ToOADate Method
The value to convert.
In This Topic
ToOADate Method
In This Topic
Internal use only. Use System.DateTime.ToOADate instead.
Syntax
[System.Obsolete("Internal use only. Use DateTime.ToOADate instead.")]
public static System.double ToOADate( 
   System.DateTime date
)

Parameters

date
The value to convert.
See Also