The date the paste is due to expire, or null if it never expires.
Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntaxpublic Nullable<DateTime> Expires { get; }
Public ReadOnly Property Expires As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> Expires {
Nullable<DateTime> get ();
}
member Expires : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also