Class MinimalTimeZoneModel
This class represents a minimal set of time zone model information.
Inheritance
System.Object
MinimalTimeZoneModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Security
Assembly: Vasont.Publisher.Models.dll
Syntax
public class MinimalTimeZoneModel
Properties
| Improve this Doc View SourceDefault
Gets or sets a value indicating whether the time zone is the default selection.
Declaration
public bool Default { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShortName
Gets or sets the time zone short name.
Declaration
public string ShortName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeZoneId
Gets or sets the time zone identity value.
Declaration
public string TimeZoneId { get; set; }
Property Value
Type | Description |
---|---|
System.String |