バージョン

MonthShort メソッド

日付から月の短い名前を構築します。
シンタックス
'宣言
 
Public Shared Function MonthShort( _
   ByVal dateTime As Date _
) As String
public static string MonthShort( 
   DateTime dateTime
)

パラメータ

dateTime
元の System.DateTime インスタンス。

戻り値の型

月の名前。
参照