Calendar.Second Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.