Поделиться через


CalendarItemType.DateTimeStamp Property

The DateTimeStamp property gets or sets an instance of the DateTime structure that represents the date and time that the calendar item was created.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property DateTimeStamp As DateTime
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As DateTime

value = instance.DateTimeStamp

instance.DateTimeStamp = value
public DateTime DateTimeStamp { get; set; }

Property Value

Type: System.DateTime
The DateTimeStamp property returns an instance of the DateTime structure that indicates the date and time that the calendar item was created.