UserPreferencesGetAvailableTimeZones Method

Get available time zones in the system.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get available time zones in the system.")]
public List<UserPreferencesTimeZoneItem> GetAvailableTimeZones()

Return Value

ListUserPreferencesTimeZoneItem

See Also