Import time intervals from specified time component.
[Visual Basic .NET] |
---|
Public Sub ImportFromComponent( _ ByVal identifier As String _ ) As |
[C#] |
---|
public void ImportFromComponent( string identifier ); |
[Managed C++] |
---|
public: void ImportFromComponent( String __gc ^ identifier ); |
[Java] |
---|
public void importFromComponent( String identifier ); |
[Unmanaged C++] |
---|
public: HRESULT ImportFromComponent( BSTR identifier ); |
- identifier