예제 #1
0
 /// <summary>
 /// Converts the value of the current <see cref="ZoneId"/> object to its equivalent string representation.
 /// </summary>
 /// <returns>String representation of this Point.</returns>
 public override string ToString()
 {
     return(TemporalHelpers.ToIsoTimeZoneId(Id));
 }