Show / Hide Table of Contents

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 Source

Default

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
| Improve this Doc View Source

ShortName

Gets or sets the time zone short name.

Declaration
public string ShortName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TimeZoneId

Gets or sets the time zone identity value.

Declaration
public string TimeZoneId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont