Closed
Description
Not really a feature request, just wonder if this property would be better
named 'Midnight' since (i) that's what it actually returns, as explained by the
comment on it and (ii) LocalTime has a corresponding static property called
'Midnight' that gets midnight time and (iii) In the future you might want to
add a matching '.Noon' property.
/// <summary>
/// Gets a <see cref="LocalDateTime" /> at midnight on the date represented by this local date, in the same calendar system.
/// </summary>
public LocalDateTime LocalDateTime { get { return localTime; } }
Original issue reported on code.google.com by HighTech...@gmail.com
on 18 Apr 2012 at 6:18