| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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