  | IEntryViewTKey, TValueGetCreationTime Method  | 
 Returns the creation time of the entry.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
SyntaxFunction GetCreationTime As Long
long long GetCreationTime()
abstract GetCreationTime : unit -> int64 
Return Value
Type: 
Int64creation time
Remarks
                Returns the creation time of the entry.
                
Warning:
                    This method returns -1 if statistics is not enabled.
                
See Also