Message.Birthday Property

Independentsoft MSG .NET

Message Birthday Property MSG .NET Class Library
Contains the birthday date for the contact.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public DateTime Birthday { get; set; }
public DateTime Birthday { get; set; }
Public Property Birthday As DateTime 
	Get 
	Set
Public Property Birthday As DateTime 
	Get 
	Set
Dim instance As Message 
Dim value As DateTime 

value = instance.Birthday

instance.Birthday = value
Dim instance As Message 
Dim value As DateTime 

value = instance.Birthday

instance.Birthday = value
/** @property */
public DateTime get_Birthday()
/** @property */
public void set_Birthday(DateTime value)
/** @property */
public DateTime get_Birthday()
/** @property */
public void set_Birthday(DateTime value)
function get Birthday () : DateTime 
function set Birthday (value : DateTime)
function get Birthday () : DateTime 
function set Birthday (value : DateTime)
function get_Birthday();
function set_Birthday(value);
function get_Birthday();
function set_Birthday(value);

Property Value

Type: OnlineDateTime
The birthday.
See Also