adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectChangeLog Class / SnapshotExpirationDate Property


In This Topic
    SnapshotExpirationDate Property (ObjectChangeLog)
    In This Topic
    The date/time when the snapshot (if any) expires.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public ReadOnly Property SnapshotExpirationDate As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> SnapshotExpirationDate {get;}
    [ComVisible(false)]
    public:
    property Nullable<DateTime> SnapshotExpirationDate {
       Nullable<DateTime> get();
    }
    See Also