Time Class

Methods | Fields | This Package | All Packages

Represents an element of time.

package com.ms.wfc.app

public class Time
implements
IConstructable,IPersistable

Remarks

A Time object represents the number of 100 nanosecond units that have elapsed since midnight on January 1, 100 AD. You can use Time class to store and compare time-based and date-based information. It provides several methods for creating a Time object based on the system clock's date and time, adding new values to time and date fields, formatting the date and time stored in the Time object, and comparing the Time object to other dates or times. Time objects can be changed only by using the class's addXXX methods to create a new Time object that represents the changes.

See Also   com.ms.wfc.util.Value