| FindGeoDataRequestMinCreatedAt Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.LocationModule.Requests.FindGeoDataRequest.MinCreatedAt"]
Namespace: Quickblox.Sdk.Modules.LocationModule.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<TimeSpan> MinCreatedAt { get; set; }Public Property MinCreatedAt As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan> MinCreatedAt {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}member MinCreatedAt : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpan
See Also