Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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