adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SoftwareUpdateMessage Class / Timestamp Property


In This Topic
    Timestamp Property (SoftwareUpdateMessage)
    In This Topic
    The date/time of the update.
    Syntax
    'Declaration
     
    
    Public Property Timestamp As Date
    public DateTime Timestamp {get; set;}
    public:
    property DateTime Timestamp {
       DateTime get();
       void set (    DateTime value);
    }
    See Also