C# 클래스 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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dwHighDateTime uint
dwLowDateTime uint

프로퍼티 상세

dwHighDateTime 공개적으로 프로퍼티

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

dwLowDateTime 공개적으로 프로퍼티

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