Calendar.Nanosecond Property

Definition

Gets or sets the 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

Property Value

Int32

int

The nanosecond.

Applies to

See also