[This is preliminary documentation and is subject to change.]
Sets the value of the <Duration> element.
| C# | Visual Basic | Visual C++ |
public void SetDuration( DurationUnits Units, string Value )
Public Sub SetDuration ( _ Units As DurationUnits, _ Value As String _ )
public: void SetDuration ( DurationUnits^ Units, String^ Value )
- Units (DurationUnits)
- Unit of time of the Duration value.
- Value (String)
- Gets or sets the content value of the <Duration> element
This form of setDuration is provided as a convenience method that is functionally equivalent to the Duration
Version: 2.0
Since: 1.5r1