Exemplo n.º 1
0
 /// <summary>
 /// Converts the value of the current <see cref="Duration"/> object to its equivalent string representation.
 /// </summary>
 /// <returns>String representation of this Point.</returns>
 public override string ToString()
 {
     return(TemporalHelpers.ToIsoDurationString(Months, Days, Seconds, Nanos));
 }