TimerResult.m_timeZone Field
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("timezone")> _
Protected m_timeZone As TimeZoneInfo
[PersistenceElementNameAttribute("timezone")]
protected TimeZoneInfo m_timeZone
[PersistenceElementNameAttribute(L"timezone")]
protected:
TimeZoneInfo^ m_timeZone
[<PersistenceElementNameAttribute("timezone")>]
val mutable m_timeZone: TimeZoneInfo
protected var m_timeZone : TimeZoneInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.