Interface ITimeZone
Представляет часовой пояс.
Namespace: Lers
Assembly: Lers.Server.System.dll
Syntax
public interface ITimeZone
Properties
Title
Возвращает наименование часового пояса, понятное пользователю.
Declaration
string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
UtcOffset
Возвращает разницу между временем в часовом поясе и временем в формате UTC.
Declaration
TimeSpan UtcOffset { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |