| Package | Description |
|---|---|
| net.snowflake.common.core |
| Modifier and Type | Method and Description |
|---|---|
int |
SFTimestamp.extract(int field,
Integer optWeekStart,
Integer optWoyPolicy)
Extract a particular component of a date.
|
long |
SFTimestamp.getTime()
Returns epoch time in milliseconds as a long.
|
Timestamp |
SFTimestamp.getTimestamp()
Convert this to a Java timestamp.
|
SFTimestamp |
SFTimestamp.moveToTimeZone(TimeZone newTimeZone)
Moves the timestamp to another time zone without changing its displayed value.
|
SFTimestamp |
SFTimestamp.moveToTimeZone(TimeZone newTimeZone,
boolean cCompatibility)
Moves the timestamp to another time zone without changing its displayed value.
|
Copyright © 2020. All rights reserved.