Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
Return whether the passed in time in milliseconds is before the epoch (Jan 1, 1970).

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

Syntax

C#
public static bool IsBeforeTheEpoch(
	long timeMillis
)

Parameters

timeMillis
Type: System..::..Int64
A timestamp in milliseconds since 1/1/0001.

Return Value

True if the passed in time in milliseconds is before the epoch (Jan 1, 1970).

See Also