AggregateRecordsResponse.GetZoneOffset(AggregationType) Method
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.
[Android.Runtime.Register("getZoneOffset", "(Landroid/health/connect/datatypes/AggregationType;)Ljava/time/ZoneOffset;", "", ApiSince=34)]
public Java.Time.ZoneOffset? GetZoneOffset (Android.Health.Connect.DataTypes.AggregationType aggregationType);
[<Android.Runtime.Register("getZoneOffset", "(Landroid/health/connect/datatypes/AggregationType;)Ljava/time/ZoneOffset;", "", ApiSince=34)>]
member this.GetZoneOffset : Android.Health.Connect.DataTypes.AggregationType -> Java.Time.ZoneOffset
Parameters
- aggregationType
- AggregationType
Returns
ZoneOffset
for the underlying aggregation record, null if the corresponding
aggregation doesn't exist and or if multiple records were present.
- Attributes
Remarks
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.