Share via


SYSTEMTIME.month 속성

정의

현재 월을 지정하는 값을 가져옵니다.

public:
 property short month { short get(); void set(short value); };
public short month { get; set; }
member this.month : int16 with get, set
Public Property month As Short

속성 값

현재 월을 나타내는 short 값입니다.

설명

1월 = 1, 2월 = 2 등

적용 대상