The period of the event in seconds.
Possible values:
86400 (1 day)
604800 (1 week)
2592000 (1 month)
31557600 (1 year)
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> Period { get; set; }Public Property Period As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> Period {
Nullable<long long> get ();
void set (Nullable<long long> value);
}member Period : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also