Discuss this help topic in SecureBlackbox Forum

TElBoxGroup.CreatedAt

TElBoxGroup     See also     


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


This group's creation time.

Declaration

[C#]
    DateTime CreatedAt;

[VB.NET]
    Property CreatedAt As DateTime

[Pascal]
    property CreatedAt: TDateTime;

[C++]
    int64_t get_CreatedAt();

[PHP]
    DateTime get_CreatedAt()

[Java]
    Date getCreatedAt();

Description

    Specifies when the group was created.

See also:     ModifiedAt    

Discuss this help topic in SecureBlackbox Forum