Exemple #1
0
 /// <summary>
 /// Gets a <see cref="TimeSpan"/> copy of this time value.
 /// </summary>
 /// <returns>Equivalent <see cref="TimeSpan"/> value</returns>
 /// <exception cref="TruncationException">If a truncation occurs during conversion</exception>
 public TimeSpan ToTimeSpan()
 {
     return(TemporalHelpers.TimeOf(NanosecondsOfDay, true));
 }