| Hunny Software Library Reference | |
DateTime.Month Property
Gets the month.
[Visual Basic]Public ReadOnly Property Month As
Integer [C#]public
int Month {get;}
Property Value
the month
Remarks
The month is in the range 1 <= month <= 12,
with 1 = January.
See Also
DateTime Class | Hunny.Mime Namespace