다음을 통해 공유


Calendar.Nanosecond 속성

정의

nanosecond를 가져오거나 설정합니다.

public:
 property int Nanosecond { int get(); void set(int value); };
int Nanosecond();

void Nanosecond(int value);
public int Nanosecond { get; set; }
var int32 = calendar.nanosecond;
calendar.nanosecond = int32;
Public Property Nanosecond As Integer

속성 값

Int32

int

나노초입니다.

적용 대상

추가 정보