This commit is contained in:
@@ -16,6 +16,12 @@ namespace AyaNova.Models
|
||||
//-------------
|
||||
[EmailAddress]
|
||||
public string EmailAddress { get; set; }
|
||||
/// <summary>
|
||||
/// As of today Dec 10 2018 all time zones in the world are either on the hour, half hour or 45 minute mark from utc so
|
||||
/// keeping this value as decimal hours for back compatibility with v7 and easier for user to enter
|
||||
/// 8.5 for 8:30 time difference or 12.75 for 12:45 time differnce for example
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public decimal TimeZoneOffset { get; set; }
|
||||
public int UiColor { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user