Constructs a Locale with the given culture name and GMT offset.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim pFullName As String
Dim pGmtOffset As Single
Dim instance As New Locale(pFullName, pGmtOffset) |
Parameters
- pFullName
- Dash delimited list of cultures of increasing specificity. e.g. en-US-nbc-seinfeld
- pGmtOffset
- Number of hours from Greenwich (Global) Mean Time.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also