Calendar.FirstHourInThisPeriod Property

Definition

Gets the first Hour of the current Period.

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

Property Value

Int32

int

The first Hour of the current Period.

Applies to

See also