Class DateTimeValue
- Namespace
- VisioForge.Core.Metadata.KLV
- Assembly
- VisioForge.Core.dll
Represents a datetime value.
public class DateTimeValue : BaseValueInheritance
Inherited Members
Constructors
DateTimeValue(byte[])
Initializes a new instance of the VisioForge.Core.Metadata.KLV.DateTimeValue class.
public DateTimeValue(byte[] value)Parameters
valuebyte[]-
The value.
Methods
Bytes()
Returns the bytes of the value.
public override byte[] Bytes()Returns
- byte[]
-
The bytes of the value.
ToString()
Returns a string that represents the current object.
public override string ToString()Returns
- string
-
A string that represents the current object.