CalendarItemType.DateTimeStamp Property

Definition

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.

Applies to