 | PostLastUpdated Property |
This is preliminary documentation and is subject to change.
Gets the time when the post is last edited.
Namespace: WikiClientLibrary.Wikia.DiscussionsAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic DateTime? LastUpdated { get; }
Public ReadOnly Property LastUpdated As DateTime?
Get
Dim instance As Post
Dim value As DateTime?
value = instance.LastUpdated
public:
property Nullable<DateTime> LastUpdated {
Nullable<DateTime> get ();
}
member LastUpdated : Nullable<DateTime> with get
Property Value
NullableDateTimeThe time when the post is last edited, or
null, if the post has not been edited at all.
See Also