Table of Contents

Interface ITemporalUnit

Namespace
Java.Time.Temporal
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ITemporalUnit

Properties

Duration

Duration Duration { get; }

Property Value

Duration

Methods

AddTo<R>(R, long)

R AddTo<R>(R arg0, long arg1) where R : ITemporal, new()

Parameters

arg0 R

R

arg1 long

long

Returns

R

R

Type Parameters

R

ITemporal

Between(Temporal, Temporal)

long Between(Temporal arg0, Temporal arg1)

Parameters

arg0 Temporal

Temporal

arg1 Temporal

Temporal

Returns

long

long

IsDateBased()

bool IsDateBased()

Returns

bool

bool

IsDurationEstimated()

bool IsDurationEstimated()

Returns

bool

bool

IsSupportedBy(Temporal)

bool IsSupportedBy(Temporal arg0)

Parameters

arg0 Temporal

Temporal

Returns

bool

bool

IsTimeBased()

bool IsTimeBased()

Returns

bool

bool