[]
Internal use only. This API might be deleted in future releases.
[Obsolete("Internal use only. ")]
public static class DateTimeConverter
Moved to GrapeCity.Documents.Excel.TestHelper.DateTimeConverter.
Internal use only. Use System.DateTime.FromOADate(System.Double) instead.
[Obsolete("Internal use only. Use DateTime.FromOADate instead.")]
public static DateTime FromOADate(double value)
value
doubleThe value to convert.
A System.DateTime value.
Moved to GrapeCity.Documents.Excel.TestHelper.DateTimeConverter.
Internal use only. Use System.DateTime.ToOADate instead.
[Obsolete("Internal use only. Use DateTime.ToOADate instead.")]
public static double ToOADate(DateTime date)
date
System.DateTimeThe value to convert.
Moved to GrapeCity.Documents.Excel.TestHelper.DateTimeConverter.