Hunny Software Library Reference

DateTime.Day Property

Gets the day of the month.

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

Property Value

the day of the month

Remarks

The day is in the range 1 <= day <= 31.

See Also

DateTime Class | Hunny.Mime Namespace