[This is preliminary documentation and is subject to change.]
Gets all the information related to all the timezones supported by OfficeClip system.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public SqlDataReader GetTimezones() |
Visual Basic (Declaration) |
---|
Public Function GetTimezones As SqlDataReader |
Visual C++ |
---|
public: SqlDataReader^ GetTimezones() |
Return Value
SqlDataReader containing timezone information supported by OfficeClip system. SqlDataReader consists of the following columns.- timezoneId (System.Int32)Id of the timezone.
- timezone (System.String)String descriptiton including the location of the timezone.