Uses of Class
com.azure.analytics.purview.datamap.models.TimeZone
Packages that use TimeZone
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of TimeZone in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return TimeZoneModifier and TypeMethodDescriptionstatic TimeZoneTimeZone.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TimeZone from the JsonReader.TimeZone.getDefaultProperty()Get the defaultProperty property: The timezone information.DateFormat.getTimeZone()Get the timeZone property: The timezone information.TimeZone.setAvailableIds(List<String> availableIds) Set the availableIds property: An array of available IDs.TimeZone.setDefaultProperty(TimeZone defaultProperty) Set the defaultProperty property: The timezone information.TimeZone.setDisplayName(String displayName) Set the displayName property: The display name of the timezone.TimeZone.setDstSavings(Integer dstSavings) Set the dstSavings property: The value of the daylight saving time.Set the id property: The ID of the timezone.TimeZone.setRawOffset(Integer rawOffset) Set the rawOffset property: The raw offset of the timezone.Methods in com.azure.analytics.purview.datamap.models with parameters of type TimeZoneModifier and TypeMethodDescriptionTimeZone.setDefaultProperty(TimeZone defaultProperty) Set the defaultProperty property: The timezone information.DateFormat.setTimeZone(TimeZone timeZone) Set the timeZone property: The timezone information.