public interface TFMT extends MemoryStructure
Modifier and Type | Interface and Description |
---|---|
static class |
TFMT.DateFormat |
static class |
TFMT.TimeFormat |
static class |
TFMT.TimeStructure |
static class |
TFMT.ZoneFormat |
Modifier and Type | Method and Description |
---|---|
TFMT.DateFormat |
getDateFormat() |
TFMT.TimeFormat |
getTimeFormat() |
TFMT.TimeStructure |
getTimeStructure() |
TFMT.ZoneFormat |
getZoneFormat() |
TFMT |
setDateFormat(TFMT.DateFormat format) |
TFMT |
setTimeFormat(TFMT.TimeFormat format) |
TFMT |
setTimeStructure(TFMT.TimeStructure structure) |
TFMT |
setZoneFormat(TFMT.ZoneFormat format) |
getData
TFMT.DateFormat getDateFormat()
TFMT setDateFormat(TFMT.DateFormat format)
TFMT.TimeFormat getTimeFormat()
TFMT setTimeFormat(TFMT.TimeFormat format)
TFMT.ZoneFormat getZoneFormat()
TFMT setZoneFormat(TFMT.ZoneFormat format)
TFMT.TimeStructure getTimeStructure()
TFMT setTimeStructure(TFMT.TimeStructure structure)
Copyright © 2019–2021 HCL. All rights reserved.