Class TimeZoneDto
Inheritance
System.Object
TimeZoneDto
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class TimeZoneDto : object
Properties
|
Improve this Doc
View Source
BaseUtcOffset
Declaration
public string BaseUtcOffset { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CurrentUtcOffset
Declaration
public string CurrentUtcOffset { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods