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