public class CalendarLib
extends org.jetel.ctl.extensions.TLFunctionLibrary
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarLib.Calendar2DateCTLFunction |
class |
CalendarLib.Calendar2LongCTLFunction |
class |
CalendarLib.Calendar2NumCTLFunction |
class |
CalendarLib.Calendar2StrCTLFunction |
class |
CalendarLib.Date2CalendarCTLFunction |
class |
CalendarLib.Long2CalendarCTLFunction |
class |
CalendarLib.Str2CalendarCTLFunction |
| Constructor and Description |
|---|
CalendarLib() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
calendar2date(org.jetel.ctl.extensions.TLFunctionCallContext context,
String calendar) |
static Long |
calendar2long(org.jetel.ctl.extensions.TLFunctionCallContext context,
String calendar) |
static Integer |
calendar2number(org.jetel.ctl.extensions.TLFunctionCallContext context,
String calendar,
Integer unit) |
static String |
calendar2str(org.jetel.ctl.extensions.TLFunctionCallContext context,
String calendar,
String pattern) |
static String |
date2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context,
Date date) |
static String |
date2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context,
Date date,
String timeZone) |
org.jetel.ctl.extensions.TLFunctionPrototype |
getExecutable(String functionName) |
String |
getName() |
static String |
long2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context,
Long milliseconds) |
static String |
long2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context,
Long milliseconds,
String timeZone) |
static String |
str2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context,
String calendarString,
String pattern) |
static String |
str2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context,
String calendarString,
String pattern,
String timeZone) |
public String getName()
getName in class org.jetel.ctl.extensions.TLFunctionLibrarypublic org.jetel.ctl.extensions.TLFunctionPrototype getExecutable(String functionName)
getExecutable in class org.jetel.ctl.extensions.TLFunctionLibrarypublic static Date calendar2date(org.jetel.ctl.extensions.TLFunctionCallContext context, String calendar)
public static Long calendar2long(org.jetel.ctl.extensions.TLFunctionCallContext context, String calendar)
public static String calendar2str(org.jetel.ctl.extensions.TLFunctionCallContext context, String calendar, String pattern)
public static Integer calendar2number(org.jetel.ctl.extensions.TLFunctionCallContext context, String calendar, Integer unit)
public static String long2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context, Long milliseconds)
public static String long2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context, Long milliseconds, String timeZone)
public static String date2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context, Date date)
public static String date2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context, Date date, String timeZone)
public static String str2calendar(org.jetel.ctl.extensions.TLFunctionCallContext context, String calendarString, String pattern)
Copyright © 2022. All rights reserved.