Help Center

CFileTime.CAST Operatoroperator

Returns the **CFileTime** value as a long integer.

DateTimeoperatordoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

OPERATOR CAST () AS LONGLONG

Description

Returns the CFileTime value as a long integer.

Examples

DIM cft AS CFileTime = CFileTime().GetCurrentTime() DIM nTime AS LONGLONG = cft print nTime

DIM cft AS CFileTime = CFileTime().GetCurrentTime() DIM cft2 AS CFileTime = cft

Reference