Installer.FeatureUsageDate 属性

FeatureUsageDate 属性是一个只读属性,用于返回上次使用指定功能的日期。

此属性为只读。

语法

propVal = Installer.FeatureUsageDate

属性值

备注

对指定功能使用 UseFeatureProvideComponentProvideQualifiedComponent 方法或这些方法的 API 等效项可设置此属性。

日期采用 MS-DOS 日期格式,如下表所示。

Bits 目录
0-4 一个月中的某一天 (1-31)
5-8 月份(1 = 一月,2 = 二月,以此类推)
9-15 从 1980 年算起的年份偏移量(加上 1980 得到实际年份)

 

要求

要求
版本
Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP 上的 Windows Installer
DLL
Msi.dll
IID
IID_IInstaller 定义为 000C1090-0000-0000-C000-000000000046

另请参阅

MsiGetFeatureUsage