C# 클래스 XikeonBrShared.Time

파일 보기 프로젝트 열기: michaelowens/gta-br-fivem

공개 프로퍼티들

프로퍼티 타입 설명
h int
m int
s int

공개 메소드들

메소드 설명
Set ( int h, int m, int s ) : void

메소드 상세

Set() 공개 정적인 메소드

public static Set ( int h, int m, int s ) : void
h int
m int
s int
리턴 void

프로퍼티 상세

h 공개적으로 정적으로 프로퍼티

public static int h
리턴 int

m 공개적으로 정적으로 프로퍼티

public static int m
리턴 int

s 공개적으로 정적으로 프로퍼티

public static int s
리턴 int