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

Returns a "safe" current time in milliseconds.

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

Syntax

C#
public long GetSafeTimeMillis(
	long ldtUnsafe
)

Parameters

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

Return Value

The difference, measured in milliseconds, between the corrected current time and midnight, January 1, 0001.

See Also