ExtendedProperty.GetDateTimeValue Method

Independentsoft MSG .NET

ExtendedProperty GetDateTimeValue Method MSG .NET Class Library
Gets the date time value.

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

Syntax

public DateTime GetDateTimeValue()
public DateTime GetDateTimeValue()
Public Function GetDateTimeValue As DateTime
Public Function GetDateTimeValue As DateTime
Dim instance As ExtendedProperty 
Dim returnValue As DateTime 

returnValue = instance.GetDateTimeValue()
Dim instance As ExtendedProperty 
Dim returnValue As DateTime 

returnValue = instance.GetDateTimeValue()
public DateTime GetDateTimeValue()
public DateTime GetDateTimeValue()
public function GetDateTimeValue() : DateTime
public function GetDateTimeValue() : DateTime
function GetDateTimeValue();
function GetDateTimeValue();

Return Value

Type: OnlineDateTime
DateTime.
See Also