JAMS 6.x Help
FindByName Method (ITimeZoneSQL)


Gets a specific Time Zone by Name
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Function FindByName( _
   ByVal timeZoneName As System.String _
) As TimeZone
'Usage
 
Dim instance As ITimeZoneSQL
Dim timeZoneName As System.String
Dim value As TimeZone
 
value = instance.FindByName(timeZoneName)
[System.ServiceModel.OperationContract()]
TimeZone FindByName( 
   System.string timeZoneName
)

Parameters

timeZoneName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITimeZoneSQL Interface
ITimeZoneSQL Members