Share via


Calendar.Second Properti

Definisi

Mendapatkan atau mengatur yang kedua.

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

Nilai Properti

Int32

int

Yang kedua.

Berlaku untuk

Lihat juga