mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 21:21:09 -07:00
Modify ClipTime to adjust to local time before clipping (#558)
This commit is contained in:
parent
499e29933c
commit
cb5dfdda7b
2 changed files with 30 additions and 9 deletions
|
@ -110,7 +110,7 @@ namespace CalculatorApp
|
|||
Platform::String ^ GetDateDiffString() const;
|
||||
Platform::String ^ GetDateDiffStringInDays() const;
|
||||
Platform::String ^ GetLocalizedNumberString(int value) const;
|
||||
static Windows::Foundation::DateTime ClipTime(Windows::Foundation::DateTime dateTime);
|
||||
static Windows::Foundation::DateTime ClipTime(Windows::Foundation::DateTime dateTime, bool adjustToLocalTime);
|
||||
|
||||
property bool IsOutOfBound
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue