Calendar.FirstPeriodInThisDay Property

Definition

Gets the first Period of the current Day.

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

Property Value

Int32

int

The first Period of the current Day.

Applies to

See also