halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

Fix projection types of DateTime and Duration #94

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

These were incorrectly projected as Uint64 instead of Int64.

See DateTime Struct and TimeSpan Struct.

Related Issue

Type of Change