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