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
     
    
    <DataMemberAttribute()>
    Public Property Timestamp As Date
    [DataMember()]
    public DateTime Timestamp {get; set;}
    See Also