Calendar.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

纳秒。

适用于

另请参阅