Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Updates and returns a "safe" current time in milliseconds based on the "unsafe" time.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected long UpdateSafeTimeMillis(
	long ldtUnsafe
)

Parameters

ldtUnsafe
Type: System..::.Int64
The unsafe current time in milliseconds.

Return Value

The corrected safe time.

See Also