public class CslDateTimeFormat extends CslFormat
| Modifier and Type | Field and Description |
|---|---|
static String |
KUSTO_DATETIME_PATTERN |
static String |
KUSTO_DATETIME_PATTERN_NO_FRACTIONS |
| Constructor and Description |
|---|
CslDateTimeFormat(Date date) |
CslDateTimeFormat(LocalDateTime date) |
CslDateTimeFormat(Long date) |
CslDateTimeFormat(String localDateTimeString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
LocalDateTime |
getValue() |
parseValueFromValueWithType, toStringpublic static final String KUSTO_DATETIME_PATTERN
public static final String KUSTO_DATETIME_PATTERN_NO_FRACTIONS
public CslDateTimeFormat(LocalDateTime date)
public CslDateTimeFormat(Date date)
public CslDateTimeFormat(Long date)
public CslDateTimeFormat(String localDateTimeString)
Copyright © 2023. All rights reserved.