[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.TimeZone"]
[StringLengthAttribute(200)]
[DefaultValueAttribute("UTC")]
public string TimeZone { get; set; }
<StringLengthAttribute(200)>
<DefaultValueAttribute("UTC")>
Public Property TimeZone As String
Get
Set
public:
[StringLengthAttribute(200)]
[DefaultValueAttribute(L"UTC")]
property String^ TimeZone {
String^ get ();
void set (String^ value);
}
function get_TimeZone();
function set_TimeZone(value);