Share via


Calendar.FirstSecondInThisMinute Property

Definition

Gets the first Second of the current Minute.

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

Property Value

Int32

int

The first Second of the current Minute.

Applies to

See also