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