SYSTEMTIME.month 属性
Gets a value that specifies the current month.
命名空间: ReportService2010
程序集: ReportService2010(在 ReportService2010.dll 中)
语法
声明
Public Property month As Short
Get
Set
用法
Dim instance As SYSTEMTIME
Dim value As Short
value = instance.month
instance.month = value
public short month { get; set; }
public:
property short month {
short get ();
void set (short value);
}
member month : int16 with get, set
function get month () : short
function set month (value : short)
属性值
类型:System.Int16
A short value that represents the current month.
注释
January = 1, February = 2, and so on.