Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 1.79 KB

conversions.convertdoubletodatetime-method.md

File metadata and controls

77 lines (59 loc) · 1.79 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: Conversions.ConvertDoubleToDateTime method
Conversions.ConvertDoubleToDateTime method
ConvertDoubleToDateTime method
M:Microsoft.Isam.Esent.Interop.Conversions.ConvertDoubleToDateTime(System.Double)
55101133
07/30/2014
reference
Microsoft.Isam.Esent.Interop.Conversions.ConvertDoubleToDateTime
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.Conversions.ConvertDoubleToDateTime
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

Conversions.ConvertDoubleToDateTime method

Convert a double (OA date time format) to a DateTime. Unlike DateTime.FromOADate this doesn't throw exceptions.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Function ConvertDoubleToDateTime ( _
    d As Double _
) As DateTime
'Usage
Dim d As Double
Dim returnValue As DateTime

returnValue = Conversions.ConvertDoubleToDateTime(d)
public static DateTime ConvertDoubleToDateTime(
    double d
)

Parameters

Return value

Type: System.DateTime
A DateTime.

See also

Reference

Conversions class

Conversions members

Microsoft.Isam.Esent.Interop namespace