Calendar.NumberOfSecondsInThisMinute Property

Definition

Gets the number of Seconds in the current Minute.

public:
 property int NumberOfSecondsInThisMinute { int get(); };
int NumberOfSecondsInThisMinute();
public int NumberOfSecondsInThisMinute { get; }
var int32 = calendar.numberOfSecondsInThisMinute;
Public ReadOnly Property NumberOfSecondsInThisMinute As Integer

Property Value

Int32

int

The number of Seconds in the current Minute.

Applies to

See also