Searched refs:createdTimestampType (Results 1 – 1 of 1) sorted by relevance
123 private createdTimestampType: TimestampType | undefined; property in TimestampConverter217 this.createdTimestampType !== TimestampType.REAL ||226 if (this.createdTimestampType !== TimestampType.REAL) {240 this.createdTimestampType = undefined;247 return this.createdTimestampType === TimestampType.REAL;252 this.createdTimestampType === undefined ||253 this.createdTimestampType === TimestampType.REAL,255 this.createdTimestampType = TimestampType.REAL;261 this.createdTimestampType === undefined ||262 this.createdTimestampType === TimestampType.ELAPSED,[all …]