Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureTime.ValueUTC

TElOfficeXMLSignatureTime     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the numerical value of the signature time.

Declaration

[C#]
    DateTime ValueUTC;

[VB.NET]
    Property ValueUTC As DateTime

[Pascal]
    property ValueUTC : TDateTime;

[C++]
    int64_t get_ValueUTC();
    void set_ValueUTC(int64_t Value);

[PHP]
    DateTime get_ValueUTC()
    void set_ValueUTC(DateTime $Value)

[Java]
    Date getValueUTC();
    void setValueUTC(Date AValue);

Description

    Use this property to get or set the numerical value of the signature time. To obtain the string representation, use Value property.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum