Calendar.NumberOfPeriodsInThisDay Property

Definition

Gets the number of periods in the current day of this Calendar object.

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

Property Value

Int32

int

The number of periods in the current day, or – 1 if the number of periods in the current day is unknown.

Applies to

See also