MacBinaryHeader.CreationDate property
The CreationDate property gets or sets the creation date for this MacBinaryHeader object.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property CreationDate As DateTime
Get
Set
'Usage
Dim instance As MacBinaryHeader
Dim value As DateTime
value = instance.CreationDate
instance.CreationDate = value
public DateTime CreationDate { get; set; }
Property value
Type: System.DateTime
The CreationDate property returns the Coordinated Universal Time (UTC) creation date and time for this instance of the MacBinaryHeader object.
Remarks
When you set the value of the CreationDate property by using an instance of the DateTime structure that does not specify DateTimeKind, the CreationDate property assumes that the DateTime instance represents local time.