Table of Contents

TUserClaim.AsEpoch Property

Gets or sets the claim value as a date/time, stored as a Unix epoch (seconds).

Remarks

The value is stored as a 64-bit integer of seconds since the Unix epoch. Reading converts that number from UTC to local time; writing converts the local time to UTC. A stored value of 0 is read back as 0.

Syntax

Unit: Sparkle.Security

property TUserClaim.AsEpoch: TDateTime

See also