IEntryViewTKey, TValueGetCreationTime Method Hazelcast .Net Client Class Library
Returns the creation time of the entry.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

long GetCreationTime()

Return Value

Type: Int64
creation time
Remarks

Returns the creation time of the entry.

Warning:

This method returns -1 if statistics is not enabled.

See Also

Reference