Package | Description |
---|---|
com.versionone |
Modifier and Type | Method and Description |
---|---|
DB.DateTime |
DB.DateTime.add(int field,
int value) |
DB.DateTime |
DB.DateTime.convertLocalToUtc()
Converts this DateTime object to UTC.
|
DB.DateTime |
DB.DateTime.convertUtcToLocal()
Converts this DateTime object to UTC.
|
DB.DateTime |
DB.DateTime.getDate()
Gets the Date component of this instance.
|
static DB.DateTime |
DB.DateTime.now() |
Modifier and Type | Method and Description |
---|---|
int |
DB.DateTime.compareTo(DB.DateTime another) |
Duration |
DB.DateTime.subtract(DB.DateTime date)
Subtracts the specified date from this instance.
|
Copyright © 2015 VersionOne, Inc.. All rights reserved.