예제 #1
0
 /// <summary>
 /// Returns a hash code for this local date.
 /// </summary>
 /// <returns>A hash code for this local date.</returns>
 public override int GetHashCode()
 {
     return(localTime.GetHashCode());
 }