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