Quintiq file version 2.0
|
#parent: #root
|
Method SetYearlyPatternMonth (
|
Number month_i
|
) id:Method_LibCal_dlgEvent_SetYearlyPatternMonth
|
{
|
#keys: '[131094.1.411606039]'
|
Body:
|
[*
|
ssYearlyPatternMonth.Strings( Translations::Pattern_Months() );
|
|
months := Translations::Pattern_Months().Tokenize( ssYearlyPatternMonth.RowSeparator() );
|
month := months.Element( month_i - 1 );
|
|
ssYearlyPatternMonth.BoundValue( month );
|
*]
|
}
|