DateRelativeMinuteIndex Property

Get/Set the relative Minute Indexing component of this instance.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public int MinuteIndex { get; set; }

Property Value

Int32

Remarks

This is used in any case where an offset is found, such as in the cases of {MinuteIndex} Minutes (from|ago), etc.

See Also