CCeDBProp::SetFiletime

This method sets the value of a FILETIME property.

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

void SetFiletime( FILETIME filetime );

Parameters

filetime
Value of the FILETIME property.

Return Values

None.

Remarks

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

See Also

CCeDBProp::GetFiletime, FILETIME