共用方式為


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

奈秒。

適用於

另請參閱