We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bb97d commit 44f6f52Copy full SHA for 44f6f52
Sources/SwiftWin32/Views and Controls/DatePicker.swift
@@ -47,7 +47,7 @@ public class DatePicker: Control {
47
public func setDate(_ date: Date, animated: Bool) {
48
assert(!animated, "not yet implemented")
49
50
- var ftSystemTime: FILETIME =
+ let ftSystemTime: FILETIME =
51
FILETIME(timeIntervalSince1970: date.timeIntervalSince1970)
52
let stSystemTime: SYSTEMTIME = SYSTEMTIME(ftSystemTime)
53
0 commit comments