Learn R Programming

rsyncrosim (version 2.0.1)

dateModified: Last date a SsimLibrary, Project, Scenario, or Folder was modified

Description

The most recent modification date of a SsimLibrary, Project, Scenario or Folder.

Usage

dateModified(ssimObject)

# S4 method for character dateModified(ssimObject)

# S4 method for SsimLibrary dateModified(ssimObject)

# S4 method for Project dateModified(ssimObject)

# S4 method for Scenario dateModified(ssimObject)

# S4 method for Folder dateModified(ssimObject)

Value

A character string: date and time of the most recent modification to the SsimObject provided as input.

Arguments

ssimObject

SsimLibrary, Project, Scenario, or Folder object

Examples

Run this code
if (FALSE) {
# Specify file path and name of new SsimLibrary
myLibraryName <- file.path(tempdir(), "testlib")

# Set up a SyncroSim Session and SsimLibrary
mySession <- session()
myLibrary <- ssimLibrary(name = myLibraryName, session = mySession)

# Check the last date of modification of the SsimLibrary
dateModified(myLibrary)
}

Run the code above in your browser using DataLab