The logged in user's month of the year that they were born. This may be zero depending on the user's privacy settings.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public int BirthMonth { get; }
Public ReadOnly Property BirthMonth As Integer

See Also