Interface DateTime.TimeZoneOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DateTime.TimeZone, DateTime.TimeZone.Builder
    Enclosing class:
    DateTime

    public static interface DateTime.TimeZoneOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getOffsetMinutes()
      Set only if the offset can be determined.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOffsetMinutes

        int getOffsetMinutes()
         Set only if the offset can be determined. Positive for time ahead of UTC.
         E.g. For "UTC-9", this value is -540.
         
        int32 offset_minutes = 1;
        Returns:
        The offsetMinutes.