first commit
This commit is contained in:
12
windows/foundation/datetime.go
Normal file
12
windows/foundation/datetime.go
Normal file
@ -0,0 +1,12 @@
|
||||
// Code generated by winrt-go-gen. DO NOT EDIT.
|
||||
|
||||
//go:build windows
|
||||
|
||||
//nolint:all
|
||||
package foundation
|
||||
|
||||
const SignatureDateTime string = "struct(Windows.Foundation.DateTime;i8)"
|
||||
|
||||
type DateTime struct {
|
||||
UniversalTime int64
|
||||
}
|
Reference in New Issue
Block a user