File: System\Windows\TestUtilities\TestData\DualTimeZones.TimeZone.vb
Web Access
Project: src\src\Microsoft.VisualBasic.Forms\tests\UnitTests\Microsoft.VisualBasic.Forms.Tests.vbproj (Microsoft.VisualBasic.Forms.Tests)
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
 
Namespace Microsoft.VisualBasic.Forms.Tests
 
    Public Enum TimeZone
        GMT
        Local
        MismatchedTimes
    End Enum
 
End Namespace