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
public DateTime CreationDate { get; set; }
public:
property DateTime CreationDate {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_CreationDate ()
/** @property */
public void set_CreationDate (DateTime value)
public function get CreationDate () : DateTime
public function set CreationDate (value : DateTime)
Property Value
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.
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