Home > @i2analyze/i2connect > services > ISemanticSeed > getAsTimes
services.ISemanticSeed.getAsTimes() method
Gets the values of the properties with the specified semantic type as times.
Signature:
getAsTimes(semanticTypeId: string): data.ILocalTime[] | undefined;
Introduced: API version 2.2
Parameters
Parameter | Type | Description |
---|---|---|
semanticTypeId | string | The identifier of the semantic property type. |
Returns:
data.ILocalTime[] | undefined
The time values of the identified properties, or undefined
.
Remarks
Used for the time
logical type.