Specifies how to generate times for automatic timestamp properties such as CreatedOn (track create time), UpdatedOn (track update time) and DeletedOn (soft delete).

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public enum AutoTimestampMode
Visual Basic (Declaration)
Public Enumeration AutoTimestampMode

Members

Member nameDescription
Local
Record times in client local time. This is the default.
Utc
Record times in UTC (using the client clock).
Custom
Record times using a custom strategy. You must set the CustomAutoTimestampStrategy.

See Also