Calendar.LastHourInThisPeriod Property

Definition

Gets the last Hour of the current Period.

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

Property Value

Int32

int

The last Hour of the current Period.

Applies to

See also