Compartir a través de


Calendar.Nanosecond Propiedad

Definición

Obtiene o establece el nanosegundo.

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

Valor de propiedad

Int32

int

Nanosegundos.

Se aplica a

Consulte también