Ejemplo n.º 1
0
 public string getFullName()
 {
     return(string.Format("{0} {1}", GPAppHelper.GetTextTimeZone(OffsetSeconds), Name));
 }
Ejemplo n.º 2
0
 public string getTimeZoneString()
 {
     return(string.Format("{0} {1}", GPAppHelper.GetTextTimeZone(getTimeZone().OffsetSeconds), getTimeZoneName()));
 }