ExDateTime.FromFileTimeUtc method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function FromFileTimeUtc ( _
fileTime As Long _
) As ExDateTime
'Usage
Dim fileTime As Long
Dim returnValue As ExDateTime
returnValue = ExDateTime.FromFileTimeUtc(fileTime)
public static ExDateTime FromFileTimeUtc(
long fileTime
)
Parameters
- fileTime
Type: System.Int64
Return value
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime