勇芳软件工作室.汉化:  Windows Management Instrumentation > Scripting API for WMI > Scripting API Objects > SWbemDateTime >

Microseconds Property

Previous pageReturn to chapter overviewNext page

描述

 

SWbemDateTime对象的微秒属性可获取或设置表示datetime值的微秒组件的值。

 

PowerBASIC 语法

 

PROPERTY GET Microseconds () AS LONG

PROPERTY SET Microseconds (BYVAL iMicroseconds AS LONG)

 

参数(仅限集合属性)

 

iMicroseconds

 

LONG.datetime值的微秒组件。必须在0到999999的范围内。

 

返回值(仅获取资源)

 

LONG.datetime值的微秒组件。

 

OBJRESULT

 

错误(名称/十进制/十六进制)

含义

wbemErrValueOutOfRange

-2147217365

&H8004102B

该值不在0到999999的范围内。

 

要求

 

客户

需要Windows Vista或Windows XP。

服务器

需要Windows Server 2008或Windows Server 2003。

类型库

使用Wbemdisp.tlb。

Wbemdisp.inc,

DLL

需要Wbemdisp.dll。