C# 클래스 Subtext.Framework.Util.WindowsSystemTime

This structure is the equivalent of the Windows SYSTEMTIME structure.
파일 보기 프로젝트 열기: ayende/Subtext

공개 프로퍼티들

프로퍼티 타입 설명
day ushort
dayOfWeek ushort
hour ushort
milliseconds ushort
minute ushort
month ushort
second ushort
year ushort

공개 메소드들

메소드 설명
InitializeFromByteArray ( byte buffer, int offset ) : int

메소드 상세

InitializeFromByteArray() 공개 메소드

public InitializeFromByteArray ( byte buffer, int offset ) : int
buffer byte
offset int
리턴 int

프로퍼티 상세

day 공개적으로 프로퍼티

public ushort day
리턴 ushort

dayOfWeek 공개적으로 프로퍼티

public ushort dayOfWeek
리턴 ushort

hour 공개적으로 프로퍼티

public ushort hour
리턴 ushort

milliseconds 공개적으로 프로퍼티

public ushort milliseconds
리턴 ushort

minute 공개적으로 프로퍼티

public ushort minute
리턴 ushort

month 공개적으로 프로퍼티

public ushort month
리턴 ushort

second 공개적으로 프로퍼티

public ushort second
리턴 ushort

year 공개적으로 프로퍼티

public ushort year
리턴 ushort