adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / MessageTimestamp Property


In This Topic
    MessageTimestamp Property (INotificationMessage)
    In This Topic
    The timestamp of the message.
    Syntax
    'Declaration
     
    
    ReadOnly Property MessageTimestamp As DateTimeOffset
    DateTimeOffset MessageTimestamp {get;}
    property DateTimeOffset MessageTimestamp {
       DateTimeOffset get();
    }
    Remarks
    Defaults to the current time.
    See Also