Class: Google::Cloud::Dlp::V2::DateTime::TimeZone

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Time zone of the date time object.

Instance Attribute Summary collapse

Instance Attribute Details

#offset_minutes::Integer

Returns Set only if the offset can be determined. Positive for time ahead of UTC. E.g. For "UTC-9", this value is -540.

Returns:

  • (::Integer)

    Set only if the offset can be determined. Positive for time ahead of UTC. E.g. For "UTC-9", this value is -540.



2091
2092
2093
2094
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2091

class TimeZone
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end