PostItemType.PostedTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PostedTime property gets or sets the date and time that an item was posted.
public:
property DateTime PostedTime { DateTime get(); void set(DateTime value); };
public DateTime PostedTime { get; set; }
Public Property PostedTime As DateTime
Property Value
The PostedTime property returns the date and time that an item was posted.