Calendar.LastPeriodInThisDay Property

Definition

Gets the last Period of the current Day.

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

Property Value

Int32

int

The last Period of the current Day.

Applies to

See also