 | Gamestart_time Property |
[Missing <summary> documentation for "P:CSharpOsu.Module.Game.start_time"]
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic DateTime start_time { get; set; }
Public Property start_time As DateTime
Get
Set
public:
property DateTime start_time {
DateTime get ();
void set (DateTime value);
}
member start_time : DateTime with get, set
Property Value
Type:
DateTime
See Also