[C#] | public void setDateLabelFormat(string yearFormat, string firstMonthFormat, string otherMonthFormat, string firstDayFormat, string otherDayFormat, string firstHourFormat, string otherHourFormat); |
[VB] | Public Sub setDateLabelFormat(yearFormat As String, firstMonthFormat As String, otherMonthFormat As String, firstDayFormat As String, otherDayFormat As String, firstHourFormat As String, otherHourFormat As String) |