adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / LastModified Property


In This Topic
    LastModified Property
    In This Topic
    The date/time the object was last saved (in UTC).
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public ReadOnly Property LastModified As Date
    [ComVisible(false)]
    public DateTime LastModified {get;}
    [ComVisible(false)]
    public:
    property DateTime LastModified {
       DateTime get();
    }
    See Also