Calendar.Period Property

Definition

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.

Applies to

See also