Description
The duration of the interval
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DurationAsString() As String
|
| [C#] |
|---|
public string DurationAsString {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_DurationAsString(); public: __property void set_DurationAsString( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DurationAsString( BSTR * pRetVal ); public: HRESULT put_DurationAsString( BSTR NewDurationAsString );
|
| [Java] |
|---|
public String getDurationAsString(); public void setDurationAsString( String );
|
See Also