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