Calendar.NumberOfHoursInThisPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property int NumberOfHoursInThisPeriod { int get(); };
int NumberOfHoursInThisPeriod();
public int NumberOfHoursInThisPeriod { get; }
var int32 = calendar.numberOfHoursInThisPeriod;
Public ReadOnly Property NumberOfHoursInThisPeriod As Integer
Property Value
Int32
int
The number of hours in the current day period, or – 1 if the number of hours in the current day period is unknown.