Click or drag to resize

PFObjectLockExpirationDate Property

Gets the expiration date. By default, the date is set to the object creation time + DefaultValidity (900 seconds).

You can reset this date using the ResetValidity method.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public DateTimeOffset ExpirationDate { get; }

Property Value

Type: DateTimeOffset
See Also