ImageGearJava Project > com.accusoft.imagegear.formats.xmp Package : ImGearXMPDate Class |
The following tables list the members exposed by ImGearXMPDate.
Name | Description | |
---|---|---|
ImGearXMPDate Constructor | Overloaded. |
Name | Description | |
---|---|---|
getDateTime | Gets the System.DateTime value. | |
getDay | Returns Day value.
Valid range is 0..31. | |
getFraction | Returns fraction of a second value.
The value must be positive. | |
getHour | Returns Hour value.
Valid range is 0..23. | |
getMinute | Returns Minute value.
Valid range is 0..59. | |
getMonth | Returns Month value.
Valid range is 1..12. | |
getSecond | Returns Second value.
Valid range is 0..59. | |
getYear | Returns Year value.
Valid range is 0..9999. | |
getZoneOffsetHour | Returns Zone Offset Hour value.
Represents the Hour value of the Time Zone Offset. Valid range is -23..23. Negative values correspond to local time which is behind the Universal Coordinated Time (UTC); Positive values correspond to local time which is ahead of the UTC. | |
getZoneOffsetMinute | Returns Zone Offset Minute value.
Valid range is 0..59. | |
setDay | Sets Day value.
Valid range is 0..31. | |
setFraction | Sets fraction of a second value.
The value must be positive. | |
setHour | Sets Hour value.
Valid range is 0..23. | |
setMinute | Sets Minute value.
Valid range is 0..59. | |
setMonth | Sets Month value.
Valid range is 1..12. | |
setSecond | Sets Second value.
Valid range is 0..59. | |
setYear | Sets Year value.
Valid range is 0..9999. | |
setZoneOffsetHour | Sets Zone Offset Hour value.
Represents the Hour value of the Time Zone Offset. Valid range is -23..23. Negative values correspond to local time which is behind the Universal Coordinated Time (UTC); Positive values correspond to local time which is ahead of the UTC. | |
setZoneOffsetMinute | Sets Zone Offset Minute value.
Valid range is 0..59. | |
toString | Converts value to string. |