Gets or sets a time span value. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As IQueryPropertyItem
Dim value As TimeSpan

value = instance.TimeSpanValue

instance.TimeSpanValue = value

Syntax

Visual Basic
Property TimeSpanValue As TimeSpan
C#
TimeSpan TimeSpanValue { get; set; }
C++
property TimeSpan TimeSpanValue {
		TimeSpan get ();
		void set (TimeSpan value);
}
J#
/** @property */
TimeSpan get_TimeSpanValue ()

/** @property */
void set_TimeSpanValue (TimeSpan value)
JScript
function get TimeSpanValue () : TimeSpan

function set TimeSpanValue (value : TimeSpan)

Property Value

A System.TimeSpan value representing the time span.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also