AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Calendario
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Returns the month displayed in a Calendar control.
Ejemplo
// 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.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local