Class: Google::Cloud::Dlp::V2::DateTime::TimeZone
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DateTime::TimeZone
- 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
-
#offset_minutes ⇒ ::Integer
Set only if the offset can be determined.
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.
2134 2135 2136 2137 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2134 class TimeZone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |