CLUSPROP_FILETIME structure (clusapi.h)

Describes a date and time stamp for a file. It is used as an entry in a value list and consists of:

For convenience, the CLUSPROP_VALUE members are listed explicitly.

Syntax

typedef struct CLUSPROP_FILETIME : CLUSPROP_VALUE {
  FILETIME ft;
} CLUSPROP_FILETIME, *PCLUSPROP_FILETIME;

Inheritance

The CLUSPROP_FILETIME structure implements CLUSPROP_VALUE.

Members

ft

A date and time value.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Header clusapi.h

See also

CLUSPROP_SYNTAX

CLUSPROP_VALUE

Data structures

FILETIME