|
|
|
|
|
<Calendar>.Posición (Función) Returns the month displayed in a Calendar control.
// Displays the calendar month in letters Info("The month displayed in the Calendar control is: " + ... DateToMonthInAlpha(CAL_Calendar1.Position()))
Sintaxis
<Result> = <Calendar control>.Position()
<Result>: Cadena de caracteres o variable de tipo Date First day of month displayed. This parameter has the following format: "YYYYMM01". For example, if the month displayed is November 2008, <Result> will be equal to "20081101".Attention: <Result> corresponds to the first day of the month displayed in the calendar, and not the first day shown in the calendar for the selected month (for the month of November 2008, the first day displayed is Monday, October 27, 2008). <Calendar control>: Nombre del control Name of Calendar control used.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|