Methods | This Package | All Packages

Timestamp Class

Represents a timestamp data type.

package com.ms.wfc.data.ui

public class Timestamp

Remarks

This class can be used with databases that support a timestamp data type, such as Microsoft SQL Server. The following fields are defined, which specify the parts of time:

public int year;
public int month;
public int day;
public int hour;
public int minute;
public int second;
public int nanos;