Java org.joda.time MutableDateTime.Property fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time MutableDateTime.Property fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time MutableDateTime.Property.

The text is from its open source code.

Method

voidadd(long duration)
Add an amount of time to the datetime.
voidadd(ReadableDuration duration)
Adds a duration to this instant.
voidadd(ReadablePeriod period)
Adds a period to this instant.