| CreateEventEndDate Property |
Date of completion of the event. Can't be less than the 'date'.
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<long> EndDate { get; set; }Public Property EndDate As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> EndDate {
Nullable<long long> get ();
void set (Nullable<long long> value);
}member EndDate : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also