---
title: SRWristTemperatureSession
framework: sensorkit
role: symbol
role_heading: Class
path: sensorkit/srwristtemperaturesession
---

# SRWristTemperatureSession

An object that represents wrist temperatures that a device records during a period of time.

## Declaration

```swift
class SRWristTemperatureSession
```

## Overview

Overview Use the startDate and duration properties to get the range of time of the measurements. Use the temperatures property to get the sequence of measurements.

## Topics

### Getting session information

- [startDate](sensorkit/srwristtemperaturesession/startdate.md)
- [duration](sensorkit/srwristtemperaturesession/duration.md)
- [version](sensorkit/srwristtemperaturesession/version.md)

### Getting recorded temperatures

- [temperatures](sensorkit/srwristtemperaturesession/temperatures-8bqrl.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Recording wrist temperatures

- [SRWristTemperature](sensorkit/srwristtemperature.md)
