timeZone property

  1. @BuiltValueField.new(wireName: r'time_zone')
String? get timeZone

Contains the time zone. The value is the name of the time zone as defined in the IANA Time Zone Database, e.g. "America/New_York".

Implementation

@BuiltValueField(wireName: r'time_zone')
String? get timeZone;