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

See Also

Reference

TimerResult Class

Microsoft.VisualStudio.TestTools.Common Namespace