Interface ITimeZoneSettingsAppService
Namespace: Volo.Abp.SettingManagement
Assembly: Volo.Abp.SettingManagement.Application.Contracts.dll
Syntax
public interface ITimeZoneSettingsAppService : IApplicationService, IRemoteService
Methods
GetAsync()
Declaration
Task<string> GetAsync()
Returns
Type | Description |
---|---|
Task<string> |
GetTimezonesAsync()
Declaration
Task<List<NameValue>> GetTimezonesAsync()
Returns
Type | Description |
---|---|
Task<List<NameValue>> |
UpdateAsync(string)
Declaration
Task UpdateAsync(string timezone)
Parameters
Type | Name | Description |
---|---|---|
string | timezone |
Returns
Type | Description |
---|---|
Task |