sdatetime
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the SDATETIME data type.
Value syntax
-8586600051684388056
Description
Used to manipulate date values. The value is a universal time binary encoding. Use date formatter to represent it properly.
Attributes
These are the attributes for SDATETIME.
|
Attribute |
Type |
Description |
|---|---|---|
|
addYears(intValue) |
sdatetime |
Returns an updated datetime. |
|
addMonths(intValue) |
sdatetime |
Returns an updated datetime. |
|
addDays(floatValue) |
sdatetime |
Returns an updated datetime. |
|
addHours(floatValue) |
sdatetime |
Returns an updated datetime. |
|
addMinutes(floatValue) |
sdatetime |
Returns an updated datetime. |
|
addSeconds(floatValue) |
sdatetime |
Returns an updated datetime. |
|
addMilliseconds(floatValue) |
sdatetime |
Returns an updated datetime. |
|
fromDateTime(MM/dd/yyyy HH:mm:ss) |
sdatetime |
Returns a datetime corresponding to the given date. Standard invariant culture c# date format are accepted. |
|
isModified |
sbool |
Set to True in the frame where the value of this field is modified. |
|
now() |
sdatetime |
Returns current time. |
|
ticks() |
sint |
Returns ticks representation of the datetime. |
|
type |
sstring |
Returns the type name. |