Class CustomTimeZone

java.lang.Object
com.microsoft.graph.models.TimeZoneBase
com.microsoft.graph.models.CustomTimeZone
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CustomTimeZone extends TimeZoneBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Custom Time Zone.
  • Field Details

    • bias

      @SerializedName(value="bias", alternate="Bias") @Expose @Nullable public Integer bias
      The Bias. The time offset of the time zone from Coordinated Universal Time (UTC). This value is in minutes. Time zones that are ahead of UTC have a positive offset; time zones that are behind UTC have a negative offset.
    • daylightOffset

      @SerializedName(value="daylightOffset", alternate="DaylightOffset") @Expose @Nullable public DaylightTimeZoneOffset daylightOffset
      The Daylight Offset. Specifies when the time zone switches from standard time to daylight saving time.
    • standardOffset

      @SerializedName(value="standardOffset", alternate="StandardOffset") @Expose @Nullable public StandardTimeZoneOffset standardOffset
      The Standard Offset. Specifies when the time zone switches from daylight saving time to standard time.
  • Constructor Details

    • CustomTimeZone

      public CustomTimeZone()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class TimeZoneBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to