Calendar.LastSecondInThisMinute Property

Definition

Gets the last Second of the current Minute.

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

Property Value

Int32

int

The last Second of the current Minute.

Applies to

See also