An instance of System.DateTime representing when the paste was created (local time).
Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntaxpublic DateTime Submitted { get; }
Public ReadOnly Property Submitted As DateTime
Get
public:
property DateTime Submitted {
DateTime get ();
}
member Submitted : DateTime with get
Property Value
Type:
DateTime
See Also