Stay organized with collections Save and categorize content based on your preferences.

TimeRangeFilter

public final class TimeRangeFilter
extends Object

java.lang.Object
   ↳ android.healthconnect.TimeRangeFilter


Specification of time range for read and delete requests.

Summary

Nested classes

class TimeRangeFilter.Builder

 

Public methods

Instant getEndTime()
Instant getStartTime()

Inherited methods

Public methods

getEndTime

public Instant getEndTime ()

Returns
Instant end time of this filter This value cannot be null.

getStartTime

public Instant getStartTime ()

Returns
Instant start time of this filter This value cannot be null.