Compartir a través de


Calendar.Second Propiedad

Definición

Obtiene o establece el segundo.

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

Valor de propiedad

Int32

int

El segundo.

Se aplica a

Consulte también