Package | Description |
---|---|
com.darwino.domino.napi.util | |
com.darwino.domino.napi.wrap |
Modifier and Type | Method and Description |
---|---|
static String |
DominoNativeUtils.toUnid(NSFDateTime dt1,
NSFDateTime dt2)
Converts the two provided
NSFDateTime s (typically the "File" and "Note" components
of an OID) to a hex string UNID. |
Modifier and Type | Method and Description |
---|---|
static NSFDateTime |
NSFDateTime.createDateOnly(int year,
int month,
int day)
Constructs a date-only NSFDateTime value.
|
static NSFDateTime |
NSFDateTime.createTimeOnly(int hour,
int minute,
int second,
int hundredth)
Constructs a time-only NSFDateTime value.
|
static NSFDateTime |
NSFDateTime.fromTimeConstant(TimeConstant timeConstant)
Constructs an
NSFDateTime value corresponding to the provided TimeConstant . |
NSFDateTime |
NSFNote.getAddedToFile() |
NSFDateTime |
NSFNoteInfo.getAddedToFile() |
NSFDateTime |
NSFDatabase.ModificationTimePair.getDataModified() |
NSFDateTime |
NSFOriginatorID.getFile()
The "File" component corresponds to the NSF that contained the note at creation,
which may or may not be a useful date/time value.
|
NSFDateTime |
NSFACL.getLastModified()
Returns the date that the ACL was last modified, according to its note.
|
NSFDateTime |
NSFDateRange.getLower() |
NSFDateTime |
NSFNoteInfo.getModified() |
NSFDateTime |
NSFNote.getModifiedInFile() |
NSFDateTime |
NSFDatabase.ModificationTimePair.getNonDataModified() |
NSFDateTime |
NSFOriginatorID.getNote()
The "Note" component usually contains the creation date/time of the note, but this
may have been overridden.
|
NSFDateTime |
NSFNote.getSequenceModified()
Returns the last modification time of the note globally (as opposed to just in this file).
|
NSFDateTime |
NSFOriginatorID.getSequenceTime()
The "SequenceTime" value is the last time the note was modified globally.
|
NSFDateTime |
NSFDateRange.getUpper() |
static NSFDateTime |
NSFDateTime.now()
Constructs an
NSFDateTime value for the current time, according to the Domino API. |
NSFDateTime |
NSFDateTime.toDateOnly() |
NSFDateTime |
NSFDateTime.toTimeOnly() |
Modifier and Type | Method and Description |
---|---|
int |
NSFDateTime.compareTo(NSFDateTime o) |
String[] |
NSFSession.getChangedDBPaths(String serverName,
NSFDateTime since) |
NSFFolder.FolderChanges |
NSFFolder.getChanges(NSFDateTime since) |
Constructor and Description |
---|
NSFDateRange(NSFDateTime lower,
NSFDateTime upper) |
Copyright © 2014–2018. All rights reserved.