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
public DateTime ModificationDate { get; set; }
public:
property DateTime ModificationDate {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_ModificationDate ()
/** @property */
public void set_ModificationDate (DateTime value)
public function get ModificationDate () : DateTime
public function set ModificationDate (value : DateTime)
Property Value
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003