Calendar.Second Property

Definition

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

Property Value

Int32

int

The second.

Applies to

See also