CCeDBProp::GetFiletime

This method retrieves the value of a property, when the property's data type is a FILETIME.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

FILETIME GetFiletime( ) const;

Return Values

The value of the FILETIME property.

Remarks

You can only call GetFiletime on a property of the type CeDBProp::Type_Filetime.

See Also

CCeDBProp::SetFiletime, FILETIME