Hunny Software Library Reference

DateTime.Minute Property

Gets the minute.

[Visual Basic]
Public ReadOnly Property Minute As Integer
[C#]
public int Minute {get;}

Property Value

the minute

Remarks

The minute is in the range 0 <= minute <= 59.

See Also

DateTime Class | Hunny.Mime Namespace