Interface ITemporalUnit
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/temporal/TemporalUnit.html
public interface ITemporalUnit
Properties
Duration
Duration Duration { get; }
Property Value
Methods
AddTo<R>(R, long)
R AddTo<R>(R arg0, long arg1) where R : ITemporal, new()
Parameters
Returns
- R
R
Type Parameters
Between(Temporal, Temporal)
long Between(Temporal arg0, Temporal arg1)
Parameters
Returns
IsDateBased()
bool IsDateBased()
Returns
IsDurationEstimated()
bool IsDurationEstimated()
Returns
IsSupportedBy(Temporal)
bool IsSupportedBy(Temporal arg0)
Parameters
Returns
IsTimeBased()
bool IsTimeBased()