Discuss this help topic in SecureBlackbox Forum

TElBoxGroupMember.JoinedAt

TElBoxGroupMember     


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


The time when this member joined the group.

Declaration

[C#]
    DateTime JoinedAt;

[VB.NET]
    Property JoinedAt As DateTime

[Pascal]
    property Role: TDateTime;

[C++]
    int64_t get_JoinedAt();

[PHP]
    DateTime get_JoinedAt()

[Java]
    Date getJoinedAt();

Description

    Returns the time when this member joined the group.

Discuss this help topic in SecureBlackbox Forum