public TimeProperty operator implicit( string value )
Parameters
- value
- Text form of time to store in the property.
Return Value
New TimeProperty created from the given System.String value.
public TimeProperty operator implicit( string value )
TimeProperty timeProperty1 = "42 s"; TimeProperty timeProperty2 = "42s"; TimeProperty timeProperty3 = "42"; // Unit of timeProperty3 depends on Harness proD settings!