CalendarItemType.DateTimeStamp 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 DateTimeStamp property gets or sets an instance of the DateTime structure that represents the date and time that the calendar item was created.
public:
property DateTime DateTimeStamp { DateTime get(); void set(DateTime value); };
public DateTime DateTimeStamp { get; set; }
Public Property DateTimeStamp As DateTime
Property Value
The DateTimeStamp property returns an instance of the DateTime structure that indicates the date and time that the calendar item was created.