The date of the event.
If the 'event type'=='fixed_date', the date can not be in the past.
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> Date { get; set; }Public Property Date As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> Date {
Nullable<long long> get ();
void set (Nullable<long long> value);
}member Date : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also