Show / Hide Table of Contents

Class GPSTimeStamp

Represents a GPS time stamp as UTC (EXIF Specification: 3xRATIONAL)

Inheritance
System.Object
ExifProperty
ExifURationalArray
GPSTimeStamp
Inherited Members
ExifURationalArray.mValue
ExifURationalArray._Value
ExifURationalArray.Interoperability
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class GPSTimeStamp : ExifURationalArray

Constructors

| Improve this Doc View Source

GPSTimeStamp(ExifTag, MathEx.UFraction32[])

Declaration
public GPSTimeStamp(ExifTag tag, MathEx.UFraction32[] value)
Parameters
Type Name Description
ExifTag tag
MathEx.UFraction32[] value
| Improve this Doc View Source

GPSTimeStamp(ExifTag, Single, Single, Single)

Declaration
public GPSTimeStamp(ExifTag tag, float h, float m, float s)
Parameters
Type Name Description
ExifTag tag
System.Single h
System.Single m
System.Single s

Properties

| Improve this Doc View Source

Hour

Declaration
public MathEx.UFraction32 Hour { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

Minute

Declaration
public MathEx.UFraction32 Minute { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

Second

Declaration
public MathEx.UFraction32 Second { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

Value

Declaration
protected MathEx.UFraction32[] Value { get; set; }
Property Value
Type Description
MathEx.UFraction32[]

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
ExifURationalArray.ToString()
Back to top Copyright © 2019 Özgür Özçıtak