public static Nullable<DateTime> CreateFromMonthDay( int m, int d )
Public Shared Function CreateFromMonthDay ( _ m As Integer, _ d As Integer _ ) As Nullable(Of DateTime)
public: static Nullable<DateTime> CreateFromMonthDay( int m, int d )