DateHeader.UtcDateTime property
The UtcDateTime property gets the coordinated universal time (UTC) stored in this DateHeader object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property UtcDateTime As DateTime
Get
'Usage
Dim instance As DateHeader
Dim value As DateTime
value = instance.UtcDateTime
public DateTime UtcDateTime { get; }
Property value
Type: System.DateTime