  | IClusterGetClusterTime Method  | 
 Returns the cluster-wide time in milliseconds.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
SyntaxFunction GetClusterTime As Long
long long GetClusterTime()
abstract GetClusterTime : unit -> int64 
Return Value
Type: 
Int64cluster-wide time
Remarks
                Returns the cluster-wide time in milliseconds.
                
                ICluster tries to keep a cluster-wide time which is
                might be different than the member's own system time.
                ICluster-wide time is -almost- the same on all members
                of the cluster.
            
See Also