C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2._FILETIME

The FILETIME structure is a 64-bit value that represents the number of 100-nanosecond intervals that have elapsed since January 1, 1601, in Coordinated Universal Time (UTC) format.
显示文件 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
dwHighDateTime uint
dwLowDateTime uint

Property Details

dwHighDateTime public_oe property

A 32-bit unsigned integer in little-endian format that contains the high-order bits of the file time.
public uint dwHighDateTime
return uint

dwLowDateTime public_oe property

A 32-bit unsigned integer in little-endian format that contains the low-order bits of the file time.
public uint dwLowDateTime
return uint