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