Description
The input time unit to interpret input time.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property InputUnit() As String
|
[C#] |
---|
public string InputUnit {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_InputUnit(); public: __property void set_InputUnit(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_InputUnit(
BSTR * pRetVal
);
public: HRESULT put_InputUnit(
BSTR InputUnit
);
|
[Java] |
---|
public String getInputUnit();
public void setInputUnit(
String
);
|
[Python - STK API] |
---|
@property
def InputUnit(self) -> str:
@InputUnit.setter
def InputUnit(self, InputUnit:str) -> None:
|
See Also