Discuss this help topic in SecureBlackbox Forum

TElMessage.GetDate

TElMessage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the date and time when the message entered mail delivery system.

Declaration

[C#]
    bool GetDate(ref DateTime DateTime);

[VB.NET]
    Function GetDate(ByRef DateTime As DateTime) As Boolean

[Pascal]
    function GetDate(var DateTime: TDateTime): Boolean;

[C++]
    bool GetDate(int64_t &DateTime);

[PHP]
    bool GetDate(DateTime &$DateTime)

[Java]
    boolean getDate(Date[] DateTime);

Parameters

  • DateTime - result value.

Return value

    True if the time was returned successfully.
    False if error occurred during parsing of date/time.

Description

    This metod returns the date and time at which the creator of the message indicated that the message was completed entered mail delivery system.

See also:     SetDate    

Discuss this help topic in SecureBlackbox Forum