MedicalDataSource.LastDataUpdateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the time MedicalResource s linked to this data source were last updated, or null if the data source has no linked resources.
public Java.Time.Instant? LastDataUpdateTime { [Android.Runtime.Register("getLastDataUpdateTime", "()Ljava/time/Instant;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getLastDataUpdateTime", "()Ljava/time/Instant;", "", ApiSince=36)>]
member this.LastDataUpdateTime : Java.Time.Instant
Property Value
- Attributes
Remarks
Returns the time MedicalResource s linked to this data source were last updated, or null if the data source has no linked resources. This time is based on resources that currently exist in HealthConnect, so does not reflect data deletion.
Android reference for android.health.connect.datatypes.MedicalDataSource.getLastDataUpdateTime.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.