BasicClientCookie.ExpiryDate Property

Definition

Gets or sets the absolute date after which this cookie expires.

public virtual Java.Util.Date? ExpiryDate { [Android.Runtime.Register("getExpiryDate", "()Ljava/util/Date;", "GetGetExpiryDateHandler")] get; [Android.Runtime.Register("setExpiryDate", "(Ljava/util/Date;)V", "GetSetExpiryDate_Ljava_util_Date_Handler")] set; }
[<get: Android.Runtime.Register("getExpiryDate", "()Ljava/util/Date;", "GetGetExpiryDateHandler")>]
[<set: Android.Runtime.Register("setExpiryDate", "(Ljava/util/Date;)V", "GetSetExpiryDate_Ljava_util_Date_Handler")>]
member this.ExpiryDate : Java.Util.Date with get, set

Property Value

The expiry date, or null when the cookie expires at the end of the session.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to