mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 21:21:09 -07:00
Remove adjustment from local time (#834)
This commit is contained in:
parent
15944fcd10
commit
7b51b45906
2 changed files with 5 additions and 5 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, bool adjustToLocalTime);
|
||||
static Windows::Foundation::DateTime ClipTime(Windows::Foundation::DateTime dateTime, bool adjustUsingLocalTime = false);
|
||||
|
||||
property bool IsOutOfBound
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue