13 lines
223 B
Go
13 lines
223 B
Go
// 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
|
|
}
|