SWbemDateTime.MicrosecondsSpecified property

The MicrosecondsSpecified property of the SWbemDateTime object is a Boolean value that indicates whether the microseconds component in the CIM datetime value contains an interval or a wildcard value. If MicrosecondsSpecified is TRUE and IsInterval is FALSE, then SWbemDateTime.Microseconds contains a datetime value. A datetime value that contains an interval cannot be converted into either the VT_DATE format or the FILETIME format. If HoursSpecified is FALSE and IsInterval is TRUE, then SWbemDateTime.Microseconds contains an interval.

For an explanation of this syntax, see Document Conventions for the Scripting API.

This property is read/write.

Syntax

SWbemDateTime.MicrosecondsSpecified As Boolean

Property value

Examples

For examples of using the SWbemDateTime object to convert CIM DATETIME values to and from either the FILETIME format or the VT_DATE format, see WMI Tasks: Dates and Times. For a description of the CIM DATETIME format, see Date and Time Format.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Wbemdisp.h
Type library
Wbemdisp.tlb
DLL
Wbemdisp.dll
CLSID
CLSID_SWbemDateTime
IID
IID_ISWbemDateTime

See also

SWbemDateTime.Microseconds

SWbemDateTime

DATETIME