Share via


CheckpointTime Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the date and time when the last checkpoint happened.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property CheckpointTime As DateTime
'Usage
Dim instance As Advertisement
Dim value As DateTime

value = instance.CheckpointTime
public DateTime CheckpointTime { get; }
public:
property DateTime CheckpointTime {
    DateTime get ();
}
public function get CheckpointTime () : DateTime

Property Value

Type: System..::.DateTime
The date and time when the last checkpoint happened.

Remarks

For a newly created Advertisement, the CheckpointTime is set to the StartDate.

When an Ad is staged to a production tier, the checkpoint data is updated based on the actual performance figures in the production tier.

Permissions

See Also

Reference

Advertisement Class

Advertisement Members

Microsoft.CommerceServer.Marketing Namespace