C# Class XikeonBrShared.Time

Mostrar archivo Open project: michaelowens/gta-br-fivem

Public Properties

Property Type Description
h int
m int
s int

Public Methods

Method Description
Set ( int h, int m, int s ) : void

Method Details

Set() public static method

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

Property Details

h public_oe static_oe property

public static int h
return int

m public_oe static_oe property

public static int m
return int

s public_oe static_oe property

public static int s
return int