Interface ITemporalUnit
.NET interface for TO BE DEFINED FROM USER
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()