Calendar.Second 屬性

定義

取得或設定第二個。

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

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

屬性值

Int32

int

秒鐘。

適用於

另請參閱