Calendar.Period 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.
Gets or sets the period of the current day.
public:
property int Period { int get(); void set(int value); };
int Period();
void Period(int value);
public int Period { get; set; }
var int32 = calendar.period;
calendar.period = int32;
Public Property Period As Integer
Property Value
Int32
int
A numeric representation of the current day period. With a 12-hour clock, for example, the first period of the day is 1, representing AM, and the second period is 2, representing PM.